RuoYi
2019-11-20 cef26e770ed460ec2a5ef83ae7049be2beaf6b1e
ruoyi/src/main/resources/mybatis/system/SysDictTypeMapper.xml
@@ -63,6 +63,13 @@
   <delete id="deleteDictTypeById" parameterType="Long">
       delete from sys_dict_type where dict_id = #{dictId}
    </delete>
    <delete id="deleteDictTypeByIds" parameterType="Long">
       delete from sys_dict_type where dict_id in
       <foreach collection="array" item="dictId" open="(" separator="," close=")">
          #{dictId}
        </foreach>
    </delete>
    <update id="updateDictType" parameterType="SysDictType">
       update sys_dict_type