wangxichen 1 неделя назад
Родитель
Сommit
e64d93f312

+ 4 - 4
src/main/java/com/jeesite/modules/mes/service/MesProductRecordUserService.java

@@ -74,8 +74,8 @@ public class MesProductRecordUserService extends CrudService<MesProductRecordUse
 		if(!userCode.isEmpty()){
 			mesProductRecord.setMaterielSn(userCode);
 		}
-		mesProductRecord.setZcontent("OK");
-		mesProductRecord.setCraft("400001");
+		mesProductRecord.setContent("OK");
+		mesProductRecord.setCraft("100000");
 
 		if(CommonUitl.formatOprno(oprno).equals("OP130")){
 			String[] oprnos = {"OP130A", "OP130B"};
@@ -105,8 +105,8 @@ public class MesProductRecordUserService extends CrudService<MesProductRecordUse
 		if(!userCode.isEmpty()){
 			mesProductRecord.setMaterielSn(userCode);
 		}
-		mesProductRecord.setZcontent("NG");
-		mesProductRecord.setCraft("400001");
+		mesProductRecord.setContent("NG");
+		mesProductRecord.setCraft("100000");
 		if(CommonUitl.formatOprno(oprno).equals("OP130")){
 			String[] oprnos = {"OP130A", "OP130B"};
 			if(oprno.equals("OP130B")){