Ver Fonte

写错一个列名

BourneCao há 4 anos atrás
pai
commit
adf2fee92a

+ 1 - 1
src/main/java/com/steerinfo/baseinfo/meterbasemetertypeconf/mapper/MeterBaseMetertypeConfMapper.xml

@@ -349,7 +349,7 @@
         METER_TYPE = #{meterType,jdbcType=VARCHAR},
       </if>
       <if test="meterTypeName != null">
-        METER_TYPE = #{meterTypeName,jdbcType=VARCHAR},
+        METER_TYPE_NAME = #{meterTypeName,jdbcType=VARCHAR},
       </if>
       <if test="meterSort != null">
         METER_SORT = #{meterSort,jdbcType=VARCHAR},