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 " +