|
|
@@ -425,6 +425,10 @@ public class MESDataServiceImpl implements MESDataService {
|
|
|
String QRCode = StringUtil.nvl(map.get("QRCode"), "");
|
|
|
if ("".equals(QRCode)){
|
|
|
return ApiResponse.failRsp("10031","条码不能为空!");
|
|
|
+ }else {
|
|
|
+ if (QRCode.length()!=25){
|
|
|
+ return ApiResponse.failRsp("10037","条码长度不正确!");
|
|
|
+ }
|
|
|
}
|
|
|
String QRGrade = StringUtil.nvl(map.get("QRGrade"), "");
|
|
|
if ("".equals(QRGrade)){
|