From 842cf6c94e80da84d04bcf81a52c661a07147145 Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Tue, 27 May 2025 12:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E6=AC=BE=E7=94=B3=E8=AF=B7=E6=90=BA?= =?UTF-8?q?=E5=B8=A6=E8=B5=84=E9=87=91=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --s --- .../shjh/jhzj7/fi/fi/plugin/operate/PayApplySaveOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shjh/jhzj7/fi/fi/plugin/operate/PayApplySaveOperation.java b/main/java/shjh/jhzj7/fi/fi/plugin/operate/PayApplySaveOperation.java index 2d3d56c..35a5fbd 100644 --- a/main/java/shjh/jhzj7/fi/fi/plugin/operate/PayApplySaveOperation.java +++ b/main/java/shjh/jhzj7/fi/fi/plugin/operate/PayApplySaveOperation.java @@ -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 {