zy-asrs-wms/src/main/resources/mapper/system/RoleMapper.xml
@@ -2,4 +2,9 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.zy.asrs.wms.system.mapper.RoleMapper"> <delete id="removeByHostId"> delete from sys_role where host_id = #{hostId} </delete> </mapper>