peiguo 5 éve
szülő
commit
bc2fba9aa8

+ 1 - 0
whepi-web/src/main/java/com/bofeng/dao/OutUserMapper.java

@@ -15,6 +15,7 @@ import java.util.Map;
 @Repository
 public interface OutUserMapper extends BaseMapper<OutUser> {
 
+
     @Select("SELECT * FROM out_user WHERE name = #{name} and phone = #{phone} and start_date <= curdate() and end_date >= curdate()")
     OutUser getOutUserByPhone(@Param("name") String name, @Param("phone") Long phone);