策略配置-字段修改

This commit is contained in:
2025-07-13 14:14:07 +08:00
parent 7b798f8323
commit 819e4cd3a7
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@
<if test="month != null "> and month = #{month}</if>
<if test="chargeDischargeMode != null and chargeDischargeMode != ''"> and charge_discharge_mode = #{chargeDischargeMode}</if>
<if test="siteId != null and siteId != ''"> and site_id = #{siteId}</if>
<if test="templateId != null "> and template_id = #{templateId}</if>
<if test="templateId != null and templateId != ''"> and template_id = #{templateId}</if>
</where>
</select>