From bfd75684d6d401c3b50bd92e4e727ae4ee5a9cb2 Mon Sep 17 00:00:00 2001 From: CYQ <123@163.com> Date: Wed, 15 Oct 2025 11:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E4=BF=9D=E5=8D=A1=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E5=B9=B6=E4=BD=BF=E7=94=A8=20=E8=AE=A1=E7=AE=97=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20check=5Fflag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/gtsoft/mps/batch/processor/biz/BIZ014Processor.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ014Processor.java b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ014Processor.java index 0993df9..0f9b337 100644 --- a/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ014Processor.java +++ b/MpsFormalBatch/src/main/java/com/gtsoft/mps/batch/processor/biz/BIZ014Processor.java @@ -93,7 +93,6 @@ public class BIZ014Processor extends AbstractBusinessProcessor { " WHERE " + " a.subcategory_id = 'BIZ014' " + " AND SUBSTR(a.entry_date, 1, 7) = ? " + - " AND a.check_flag = '1' " + " GROUP BY " + " e.dept_category, " + " a.jb_id " + @@ -131,7 +130,6 @@ public class BIZ014Processor extends AbstractBusinessProcessor { " a.subcategory_id = 'BIZ014' " + " AND SUBSTR(a.entry_date, 1, 7) = ? " + " AND a.yx_id <> a.jb_id " + - " AND a.check_flag = '1' " + " GROUP BY " + " e.dept_category, " + " a.yx_id " +