优化无合同付款申请过滤入库单逻辑
This commit is contained in:
parent
236b5f7abf
commit
50e44af8d9
|
|
@ -453,7 +453,7 @@ public class PublicreimbursebillNoContractPlugin extends AbstractBillPlugIn impl
|
||||||
List<QFilter> qFilter = new ArrayList<>();
|
List<QFilter> qFilter = new ArrayList<>();
|
||||||
if(billpayerid!=null ){
|
if(billpayerid!=null ){
|
||||||
Long payerid = billpayerid.getLong("id");
|
Long payerid = billpayerid.getLong("id");
|
||||||
qFilter.add(new QFilter("supplier", QCP.equals, payerid));
|
qFilter.add(new QFilter("supplier", QCP.equals, payerid).or("zcgj_yssupplier", QCP.equals, payerid));
|
||||||
}
|
}
|
||||||
if(costcompany!=null){
|
if(costcompany!=null){
|
||||||
Long companyId = costcompany.getLong("id");
|
Long companyId = costcompany.getLong("id");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue