社保卡激活并使用 计算时删除 check_flag

This commit is contained in:
CYQ 2025-10-15 11:14:16 +08:00
parent b4d78e075d
commit bfd75684d6

View File

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