修改bug

busUser
wangwei 3 years ago
parent dbe8b5ffc9
commit 1bfd60a60e

@ -19,7 +19,7 @@ public interface UserRegisterDao {
UserRegisterEntity selectById(Integer id);
UserRegisterEntity selectByCustomerId(Long id);
UserRegisterEntity selectByCustomerId(String id);
UserRegisterEntity selectByMobile(String phone);

@ -86,7 +86,7 @@
WHERE mobile = #{phone}
</select>
<select id="selectByCustomerId" parameterType="java.lang.Long"
<select id="selectByCustomerId" parameterType="java.lang.String"
resultType="com.glxp.sale.admin.entity.auth.UserRegisterEntity">
SELECT *
FROM user_register

Loading…
Cancel
Save