|
|
@@ -149,7 +149,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
baseDao.execute("insert into makesnlist (msl_id,msl_makecode,msl_indate,msl_sncode,msl_type)" +
|
|
|
"values(makesnlist_seq.nextval,'"+macode+"',sysdate,'"+sncode+"','"+type+"')");
|
|
|
}
|
|
|
- relist.put("ErrorMessage",Err);
|
|
|
+ relist.put("oErrMessage",Err);
|
|
|
return relist;
|
|
|
}
|
|
|
|