浏览代码

Merge remote-tracking branch 'origin/uat' into uat

zxfqwert 3 月之前
父节点
当前提交
b2c450404b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      suishenbang-system/src/main/resources/mapper/system/SysUserRoleMapper.xml

+ 1 - 1
suishenbang-system/src/main/resources/mapper/system/SysUserRoleMapper.xml

@@ -40,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		<if test="roleId !=null and roleId !='' ">
 			and role_id=#{roleId}
 		</if>
-
+		and shop_type is null
 	</delete>
 
 	<delete id="deleteUserRoleInfos">