| | |
| | | package com.yeshi.fanli.service.impl.count;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.text.DecimalFormat;
|
| | | import java.util.ArrayList;
|
| | | import java.util.HashMap;
|
| | |
| | | public List<Map<String, Object>> countWeiQaunOrderNumber(Integer dateType, String year, String startTime,
|
| | | String endTime) throws Exception{
|
| | | return taoBaoWeiQuanOrderMapper.countWeiQaunOrderNumber(dateType, year, startTime, endTime);
|
| | | |
| | | }
|
| | |
|
| | | @Override
|
| | |
| | | return countOrderNumberBySettleTime(uid, 2, 4); // 根据
|
| | | }
|
| | |
|
| | | @Override
|
| | | public BigDecimal getMoneyByOrderNo(String orderNo) {
|
| | | return commonOrderCountMapper.getMoneyByOrderNo(orderNo);
|
| | | }
|
| | | |
| | | |
| | | }
|