|
@@ -56,7 +56,7 @@ public interface MsReportMapper extends BaseMapper<MsReport> {
|
|
|
"union\n" +
|
|
|
"select * from ms_report where report_status=1 and report_date=date_sub(curdate(),interval 2 day) and user_create=#{userId}\n" +
|
|
|
"union\n" +
|
|
|
- "select * from ms_report where report_status=1 and report_date=date_sub(curdate(),interval 3 day) and user_create=#{userId}")
|
|
|
+ "select * from ms_report where report_status=1 and report_date=curdate() and user_create=#{userId}")
|
|
|
List<MsReport> selectMsReportLate(@Param("userId") Long userId);
|
|
|
|
|
|
/**
|