记得上下班打卡 | git大法好,push需谨慎

Commit 73e123b2 authored by 胡佳晨's avatar 胡佳晨

修改 统计列表 sql

parent e232934e
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
MIN( MIN(
DATE_SUB( DATE_SUB(
t.time_start , t.time_start ,
INTERVAL - pay_countdown_minute MINUTE INTERVAL pay_countdown_minute MINUTE
) )
) AS 'time_sell' , ) AS 'time_sell' ,
MAX(t.time_end) AS 'time_stop' MAX(t.time_end) AS 'time_stop'
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
MIN( MIN(
DATE_SUB( DATE_SUB(
t.time_start , t.time_start ,
INTERVAL - pay_countdown_minute MINUTE INTERVAL pay_countdown_minute MINUTE
) )
) AS 'time_sell' , ) AS 'time_sell' ,
MAX(t.time_end) AS 'time_stop' MAX(t.time_end) AS 'time_stop'
......
...@@ -197,6 +197,12 @@ public class DataImpl { ...@@ -197,6 +197,12 @@ public class DataImpl {
performancePartnerVo.setDetails(performances.getDetails()); performancePartnerVo.setDetails(performances.getDetails());
performancePartnerVo.setApprovalUrl(performances.getApprovalUrl()); performancePartnerVo.setApprovalUrl(performances.getApprovalUrl());
performancePartnerVo.setPayCountdownMinute(5); performancePartnerVo.setPayCountdownMinute(5);
performancePartnerVo.setNoticeIds(new ArrayList<String>(){{
add("1");
add("3");
add("7");
add("12");
}});
performancePartnerVo.setNoticeImage(performances.getNoticeImage()); performancePartnerVo.setNoticeImage(performances.getNoticeImage());
performancePartnerVo.setIsTrueName(performanceStatus.getIsTrueName()); performancePartnerVo.setIsTrueName(performanceStatus.getIsTrueName());
performancePartnerVo.setLimitCount(performanceStatus.getLimitCount()); performancePartnerVo.setLimitCount(performanceStatus.getLimitCount());
......
...@@ -204,6 +204,7 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor ...@@ -204,6 +204,7 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
} }
return performanceId; return performanceId;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
return null; return null;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment