This commit is contained in:
linfso 2025-07-12 15:41:35 +08:00
parent 10d3821fd6
commit a90748ddee

View File

@ -123,7 +123,7 @@
<if test="lineCode != null and lineCode != ''">#{lineCode},</if>
<if test="lineName != null and lineName != ''">#{lineName},</if>
<if test="lineNameEn != null and lineNameEn != ''">#{lineNameEn},</if>
<if test="transManager != null and trans_manager != ''">#{transManager},</if>
<if test="transManager != null and transManager != ''">#{transManager},</if>
<if test="meterRate != null and meterRate != ''">#{meterRate},</if>
<if test="status != null">#{status},</if>
<if test="siteAuditMan != null and siteAuditMan != ''">#{siteAuditMan},</if>