|
|
@@ -3741,11 +3741,11 @@ public class MesProductRecordController extends BaseController {
|
|
|
if (StringUtils.isEmpty(oprno)) {
|
|
|
return CommonUitl.getXml("NG;工位号不能为空;");
|
|
|
}
|
|
|
- boolean checkOP500Photo = mesProductRecordService.checkOP500Photo(sn, lineSn);
|
|
|
-
|
|
|
- if (!checkOP500Photo){
|
|
|
- return CommonUitl.getXml("OP500未拍照或未加工");
|
|
|
- }
|
|
|
+// boolean checkOP500Photo = mesProductRecordService.checkOP500Photo(sn, lineSn);
|
|
|
+//
|
|
|
+// if (!checkOP500Photo){
|
|
|
+// return CommonUitl.getXml("OP500未拍照或未加工");
|
|
|
+// }
|
|
|
|
|
|
String userCode = commands[1];
|
|
|
String ret = checkQualityResult(oldOprno, sn, lineSn, userCode);
|