fix:
1.收款单认领合同过滤非贷记单
This commit is contained in:
parent
f76e7f23ca
commit
09db507910
@ -340,6 +340,7 @@ public class GatheringClaimFormPlugin extends AbstractFormPlugin implements RowC
|
||||
ListFilterParameter listFilterParameter = new ListFilterParameter();
|
||||
DynamicObject comegoman = parentModelDataEntity.getDynamicObject("yem_comegoman");
|
||||
QFilter qFilter = new QFilter("billstatus", QCP.equals, "C");
|
||||
qFilter.and("yem_reccondition.name",QCP.not_equals,"贷记单");
|
||||
if (comegoman != null) {
|
||||
Long id = comegoman.getLong("id");
|
||||
qFilter.and("yem_customer.id", QCP.equals, id);
|
||||
|
Loading…
Reference in New Issue
Block a user