|
@@ -20,7 +20,7 @@ public interface OutUserMapper extends BaseMapper<OutUser> {
|
|
|
OutUser getOutUserByPhone(@Param("name") String name, @Param("phone") Long phone);
|
|
|
|
|
|
@Select("SELECT * FROM out_user WHERE phone = #{phone} and start_date <= curdate() and end_date >= curdate()")
|
|
|
- OutUser getOutUserByPhone(@Param("phone") Long phone);
|
|
|
+ OutUser queryOutUserByPhone(@Param("phone") Long phone);
|
|
|
|
|
|
List<OutUser> getAllOutUser(PageDb pageDb, Map<String, Object> queryParam);
|
|
|
|