|
@@ -58,6 +58,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
if(null == helperType){
|
|
if(null == helperType){
|
|
|
throw new ApiSystemException(new ApiResult(ErrorMessage.BUSINESS_TYPEILLEGAL,requestId));
|
|
throw new ApiSystemException(new ApiResult(ErrorMessage.BUSINESS_TYPEILLEGAL,requestId));
|
|
|
}
|
|
}
|
|
|
|
|
+ baseDao.execute("insert into "+Master+".EISDATA(ed_id,ed_data,ed_indate)values("+Master+".EISDATA_seq.nextval,?,sysdate)",data);
|
|
|
int err = 0;
|
|
int err = 0;
|
|
|
//返回值
|
|
//返回值
|
|
|
Map<Object, Object> remap = new HashMap<Object, Object>();
|
|
Map<Object, Object> remap = new HashMap<Object, Object>();
|