|
|
@@ -3126,7 +3126,7 @@ public class MesProductRecordController extends BaseController {
|
|
|
mesProductRecord.setOprno(oprno);
|
|
|
mesProductRecord.setSn(sn);
|
|
|
mesProductRecord.setLineSn(lineSn);
|
|
|
- mesProductRecord.setCraft("400004");
|
|
|
+ mesProductRecord.setCraft("400002");
|
|
|
mesProductRecord.setContent("OK");
|
|
|
MesProductRecord mesProductRecord1 = mesProductRecordService.findInfo(mesProductRecord);
|
|
|
if(ObjectUtils.isEmpty(mesProductRecord1)||StringUtils.isEmpty(mesProductRecord1.getMaterielSn())){
|