/**
* 如果为空就都为空,如果不为空就都不为空
* @param startTime
* @param endTime
* @return
*/
-
Service
public interface UserService extends IService<User> {
Map<String, Object> getTwo(String startTime, String endTime, int page, int size);
}
-
ServiceImpl
/**
* 如果为空就都为空,如果不为空就都不为空
* @param startTime
* @param endTime 一定大于startTime
* @return
*/