|
@@ -239,10 +239,10 @@
|
|
|
DATE_UPDATE = #{dateUpdate},
|
|
|
</if>
|
|
|
<if test="updateBy != null and updateBy != ''">
|
|
|
- UPDATE_BY = #{updateBy}
|
|
|
+ UPDATE_BY = #{updateBy},
|
|
|
</if>
|
|
|
<if test="minValue != null">
|
|
|
- MIN_VALUE = #{minValue}
|
|
|
+ MIN_VALUE = #{minValue},
|
|
|
</if>
|
|
|
<if test="maxValue != null">
|
|
|
MAX_VALUE = #{maxValue}
|