|
@@ -36,5 +36,5 @@ public interface TaMainUsherRecordMapper extends BaseMapper<TaMainUsherRecord> {
|
36
|
36
|
IPage<TaMainUsherRecord> usherRecords(IPage<TaMainUsherRecord>pg, @Param("personName") String personName, @Param("phone") String phone, @Param("receiver") String receiver, @Param("customerType") String customerType, @Param("customerSource") Integer customerSource, @Param("startTime") Date startTime, @Param("endTime")Date endTime);
|
37
|
37
|
List<TaMainUsherRecord> getCustomersEqualCustomerPageExcel(@Param("personName") String personName, @Param("phone") String phone, @Param("receiver") String receiver, @Param("customerType") String customerType, @Param("customerSource") Integer customerSource, @Param("startTime")Date startTime,@Param("endTime")Date endTime);
|
38
|
38
|
|
39
|
|
- List<TaMainUsherRecord> getAfterDaysList(@Param("phone") String phone,@Param("platNumber") String platNumber,@Param("afterDays") LocalDateTime afterDays);
|
|
39
|
+ List<TaMainUsherRecord> getAfterDaysList(@Param("phone") String phone,@Param("plateNumber") String plateNumber,@Param("afterDays") LocalDateTime afterDays);
|
40
|
40
|
}
|