Browse Source

修改错误提示

callm 5 months ago
parent
commit
53f637dcd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/eis/serviceImpl/MESHelperServiceImpl.java

+ 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");
 		if (count<sncount){
 			rmap.put("code",-1);
-			rmap.put("message","SN不足!");
+			rmap.put("message","工单号"+macode+"SN不足!类型"+mType);
 			return rmap;
 		}
 		List<String> sqls = new ArrayList<>();