付款申请携带资金计划

--s
This commit is contained in:
weiyunlong 2025-05-27 12:04:22 +08:00
parent fa00b7649c
commit 842cf6c94e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class PayApplySaveOperation extends AbstractOperationServicePlugIn implem
Long shjhBizbigid = shjhBizbig.getLong("id");
QFilter q1 = new QFilter("shjh_bizbig.fbasedataid", QCP.equals, shjhBizbigid);//包含业务大类
QFilter q2 = new QFilter("shjh_bizbig.fbasedataid", QCP.equals, null);
QFilter q3 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.equals, shjhBizbigid);//不包含业务大类
QFilter q3 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.not_equals, shjhBizbigid);//不包含业务大类
QFilter q4 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.equals, null);
qFilter = qFilter.and(q1.or(q2)).and(q3.or(q4));
}else {