|
|
@@ -704,7 +704,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
if(errMsg!=null){
|
|
|
errMsg = errMsg.replaceAll("'","''");
|
|
|
logger.info("sendIO-End-failure master {} piid {} errorTip {}",master,piId,errMsg);
|
|
|
- baseDao.execute("update "+master+".prodinout set pi_sendwmsstatus='"+docOp+"失败',pi_sendwmserr=UNISTR('"+errMsg+"') where pi_id = "+piId);
|
|
|
+// baseDao.execute("update "+master+".prodinout set pi_sendwmsstatus='"+docOp+"失败',pi_sendwmserr=UNISTR('"+errMsg+"') where pi_id = "+piId);
|
|
|
retMap.put("success",false);
|
|
|
retMap.put("message",errMsg);
|
|
|
}else {
|