新增校验
This commit is contained in:
@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<delete id="batchDeleteOperLog" parameterType="String">
|
||||
<delete id="batchDeleteOperLog" parameterType="Integer">
|
||||
delete from sys_oper_log where oper_id in
|
||||
<foreach collection="array" item="operId" open="(" separator="," close=")">
|
||||
#{operId}
|
||||
|
Reference in New Issue
Block a user