| | |
| | | if (min <= 10) { // 10分钟以内不统计
|
| | | return;
|
| | | }
|
| | |
|
| | | |
| | | Date today = new Date();
|
| | | int betweenDays = DateUtil.daysBetween2(lastDate, today);
|
| | | for (int i = 0; i <= betweenDays; i++) {
|
| | |
| | | * @param typeEnum
|
| | | * @throws Exception
|
| | | */
|
| | | private void addChannelOrderMoney(String preDay, DailyCountOrderEnum typeEnum) throws Exception {
|
| | | public void addChannelOrderMoney(String preDay, DailyCountOrderEnum typeEnum) throws Exception {
|
| | | List<UserInfoRegister> listRegister = null;
|
| | | // 查询订单佣金
|
| | | List<CountOrderDTO> listOrder = commonOrderCountService.countCommissionByDay(preDay);
|