|
|
@@ -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<>();
|