Browse Source

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

release_toaliyun_real
gongbiao 6 years ago
parent
commit
2979290bf2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxMerchantPowerBillConfigMapper.xml

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

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


Loading…
Cancel
Save