瀏覽代碼

Merge branch '门店-获取TUC仿石漆服务商人员25818' of http://git.dgtis.com/qxp/suishenbang-oneportal into uat

njs 3 月之前
父節點
當前提交
9397e558bf
共有 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">