Commit 26016914 by jinxin

sql修改

parent f26cdb41
......@@ -32,7 +32,7 @@
purchased = #{purchased,jdbcType=INTEGER},
</if>
<if test="used != null" >
purchased = #{used,jdbcType=INTEGER},
used = #{used,jdbcType=INTEGER},
</if>
<if test="inactive != null" >
inactive = #{inactive,jdbcType=INTEGER},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment