|
|
@@ -110,7 +110,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
Object status=res.get("status");
|
|
|
Object message=res.get("message");
|
|
|
if(status !=null && "0000".equals(status.toString())){//调用成功
|
|
|
- baseDao.execute("update invoiceOrder set io_dockstatus='对接成功' where io_id="+id);
|
|
|
+ baseDao.execute("update invoiceOrder set io_dockstatus='对接成功',IO_INVOICESTATUS=0 where io_id="+id);
|
|
|
commonService.logSRecord("开票订单对接",id);
|
|
|
}else{
|
|
|
baseDao.execute("update invoiceOrder set io_dockstatus='对接失败' where io_id="+id);
|