员工登录 重复账号问题
This commit is contained in:
@@ -202,4 +202,10 @@
|
||||
<select id="selectByAccount" resultMap="BaseResultMap">
|
||||
select * from tb_pluss_shop_staff where account=#{account}
|
||||
</select>
|
||||
<select id="selectByAccountAndShopId" resultMap="BaseResultMap">
|
||||
select * from tb_pluss_shop_staff where account=#{account}
|
||||
<if test="shopId != null and shopId!=''">
|
||||
and shop_id=#{shopId}
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user