丽知:调拨入库修改查询调拨出库单方法
This commit is contained in:
parent
e12d4d121a
commit
2c6f60f92b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue