租赁费用下拉问题修正

This commit is contained in:
hongchao 2025-10-15 17:48:15 +08:00
parent e4b2439bb7
commit b1fe3d440b
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@
AND cpm.month = #{month}
</if>
<if test="projectId != null and projectId != ''">
AND bma.project_id = #{projectId}
AND bai.project_id = #{projectId}
</if>
<if test="unitId != null and unitId != ''">
AND bma.unit_id = #{unitId}
AND bai.unit_id = #{unitId}
</if>
GROUP BY bai.project_id,bai.unit_id
order by pmia.push_status