Ver Fonte

新增登录账号的企业条件

zhangxin há 3 semanas atrás
pai
commit
0d2d942047

+ 1 - 0
yami-shop-sys/src/main/resources/mapper/SysUserMapper.xml

@@ -18,5 +18,6 @@
 		select c.* from tz_sys_user a
 		left join tz_sys_user_channel b on a.user_id = b.user_id
 		left join  tz_channel c on  b.channel_id = c.id
+		where a.user_id = #{userId}
 	</select>
 </mapper>