From a40f77a9d7cecbd8fdf8cda350aacc0027a2e97a Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Mon, 20 Oct 2025 17:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/push/MybatisGenerator.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/MybatisGenerator.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/MybatisGenerator.xml index 7ad243cb..a99af116 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/push/MybatisGenerator.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/push/MybatisGenerator.xml @@ -121,7 +121,7 @@ LEFT JOIN bm_agreement_info bai ON pmi.agreementId = bai.agreement_id LEFT JOIN bm_project bp ON bp.pro_id = bai.project_id LEFT JOIN calc_project_month cpm ON pmi.taskId = cpm.ID - where pmi.jiju_type = 2 + where pmi.jiju_type = 2 and pmi.money > 0 GROUP BY pmi.agreementId ) pmia ON bai.project_id = pmia.project_id AND pmc.task_id = pmia.taskId AND pmia.agreementId = pmc.AGREEMENT_ID