JavaCode/SysTemplate/Mapper.xml
文件名从 JavaCode/Template/Mapper.xml 修改 @@ -51,15 +51,15 @@ <delete id="deletes"> delete from {tabName} where id in <foreach item="ids" collection="list" index="index" open="(" separator="," close=")"> #{ids} <foreach item="id" collection="ids" index="index" open="(" separator="," close=")"> #{id} </foreach> </delete> <update id="update"> update {tabName} set {updateVal} where id=#{id} update {tabName} set {updateVal} where id=#{id} </update> <update id="updates">