|
|
@@ -1780,7 +1780,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
}
|
|
|
if (!baseDao.checkIf("make","ma_code='"+macode+"'")){
|
|
|
rmap.put("code",-1);
|
|
|
- rmap.put("message","工单不存在");
|
|
|
+ rmap.put("message","工单"+macode+"不存在");
|
|
|
return rmap;
|
|
|
}
|
|
|
if (baseDao.checkIf("make","nvl(ma_statuscode,' ')<>'STARTED' and ma_code='"+macode+"'")){
|