|
|
@@ -176,7 +176,7 @@ public class GetStockBillFromU8 extends ServiceController {
|
|
|
dbConnect.runSqlUpdate("delete from st_stockbill_items where st_stockbillid=" + st_stockbillid);
|
|
|
dbConnect.runSqlUpdate("delete from st_stockbill_items_sku where st_stockbillid=" + st_stockbillid);
|
|
|
YUNl_DB.runSqlUpdate("update RdRecord set ErrTimes=isnull(ErrTimes,0)+1,failreason='" + e.getMessage() + "' where ID =" + id + " and billtype='10' ");
|
|
|
- logger.info("产品入库单{}审核失败", ccode);
|
|
|
+ logger.info("产品入库单{}审核失败", ccode, e);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
YUNl_DB.runSqlUpdate("update RdRecord set ErrTimes=isnull(ErrTimes,0)+1,failreason='" + e.getMessage() + "' where ID =" + id + " and billtype='10' ");
|