Procházet zdrojové kódy

修改错误提示

callm před 5 měsíci
rodič
revize
53f637dcd5

+ 1 - 1
src/main/java/com/uas/eis/serviceImpl/MESHelperServiceImpl.java

@@ -2153,7 +2153,7 @@ public class MESHelperServiceImpl implements MESHelperService {
 		int count = baseDao.getCountByCondition("MakeSnList", "msl_makecode='" + macode + "' and nvl(msl_type,' ')='"+mType+"' and nvl(msl_status,0)=0");
 		int count = baseDao.getCountByCondition("MakeSnList", "msl_makecode='" + macode + "' and nvl(msl_type,' ')='"+mType+"' and nvl(msl_status,0)=0");
 		if (count<sncount){
 		if (count<sncount){
 			rmap.put("code",-1);
 			rmap.put("code",-1);
-			rmap.put("message","SN不足!");
+			rmap.put("message","工单号"+macode+"SN不足!类型"+mType);
 			return rmap;
 			return rmap;
 		}
 		}
 		List<String> sqls = new ArrayList<>();
 		List<String> sqls = new ArrayList<>();