丽知:调拨入库修改dbilldate 单据日期

This commit is contained in:
zhengyf 2025-02-24 11:08:11 +08:00
parent 9ead39ad3f
commit d36c444c74
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
//pk_defdoc19 自定义项19ofs调拨订单号
parentvo.setVuserdef19(ofsSourceOrderCode);
//dbilldate 单据日期
parentvo.setDbilldate(format);
parentvo.setDbilldate(format.substring(0, 10));
//U8C调拨订单信息
// List<ToBillEntity> toBillEntityList = queryToBillByPkVdefdoc19(ofsSourceOrderCode);