代码优化
This commit is contained in:
parent
b000767268
commit
0c12c5cf2a
|
|
@ -61,6 +61,7 @@
|
||||||
<if test="updateUserName != null and updateUserName != ''">update_user_name = #{updateUserName},</if>
|
<if test="updateUserName != null and updateUserName != ''">update_user_name = #{updateUserName},</if>
|
||||||
update_time = NOW()
|
update_time = NOW()
|
||||||
</trim>
|
</trim>
|
||||||
|
where id = #{id}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<delete id="deleteImportantMatter">
|
<delete id="deleteImportantMatter">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue