Commit 48abc641 authored by lvzhuangzhuang's avatar lvzhuangzhuang

删除修改方法

parent 481fd11b
......@@ -39,14 +39,5 @@
</trim>
</insert>
<update id="edit" parameterType="SysSupplies">
update sys_supplies
<trim prefix="SET" suffixOverrides=",">
<if test="id != null">id = #{id},</if>
<if test="jsons != null">jsons = #{jsons},</if>
</trim>
where id = #{id}
</update>
</mapper>
\ No newline at end of file
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