|
|
@@ -540,7 +540,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
describe = describe.substring(0,3980);
|
|
|
}
|
|
|
errmsg.append(describe).append("</br>");
|
|
|
- baseDao.execute("update elecinvoice set io_errorMsg='"+logCode+": "+describe+"' where ei_id = "+eiid+" ");
|
|
|
+ baseDao.execute("update elecinvoice set EI_EXCEPTIONMESSAGE='"+logCode+": "+describe+"' where ei_id = "+eiid+" ");
|
|
|
commonService.logFRecord(logCode,describe,eiid);
|
|
|
}
|
|
|
}catch (Exception e){
|
|
|
@@ -564,6 +564,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
elM.put("token",m.get("token"));
|
|
|
elM.put("taxnum",m.get("taxnum"));
|
|
|
elM.put("io_id",ioid);
|
|
|
+ elM.put("io_code",m.get("io_code"));
|
|
|
getElecInvoices(elM);
|
|
|
}
|
|
|
}
|