丽知:调拨入库修改查询调拨出库单方法

This commit is contained in:
zhengyf 2025-02-19 15:13:38 +08:00
parent e12d4d121a
commit 2c6f60f92b
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ public class TransferInPluginInitializer extends PluginBaseEntity {
public List<IcGeneralHEntity> queryIcGeneralHByVdef19(String pkDefdoc19) {
IcGeneralHEntity icGeneralHEntity = new IcGeneralHEntity();
icGeneralHEntity.setDr(0);
icGeneralHEntity.setCbilltypecode("4Y");
icGeneralHEntity.setVuserdef19(pkDefdoc19);
icGeneralHEntity.setDataSourceCode(ProfilesActiveConstant.LETS_DATE_SOURCE);
List<IcGeneralHEntity> icGeneralHEntityList = icGeneralHDao.query(icGeneralHEntity);