Sfoglia il codice sorgente

[电表管理][修改][字段问题]

release_toaliyun_real
gongbiao 6 anni fa
parent
commit
2979290bf2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxMerchantPowerBillConfigMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxMerchantPowerBillConfigMapper.xml Vedi File

@@ -38,8 +38,8 @@
and `merchant_type` = #{merchantType} and `merchant_type` = #{merchantType}
</if> </if>
<if test=" null != buildway ">
and `build_way` = #{build_way}
<if test=" null != buildWay ">
and `build_way` = #{buildWay}
</if> </if>
<if test=" null != ids "> <if test=" null != ids ">


Caricamento…
Annulla
Salva