admin
2019-12-13 a3e7322a0aa6b5b13a84bc76923d0c6b68b13276
fanli/src/main/java/com/yeshi/fanli/service/inter/order/LostOrderService.java
@@ -4,6 +4,7 @@
import java.util.Map;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import com.yeshi.fanli.dto.ChartTDO;
import com.yeshi.fanli.entity.bus.user.LostOrder;
public interface LostOrderService {
@@ -106,10 +107,10 @@
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> countLostNum(Integer dateType, Integer resultCode, String year, String startTime,
   public List<ChartTDO> countLostNum(Integer dateType, Integer resultCode, String year, String startTime,
         String endTime) throws Exception;
   public List<Map<String, Object>> countAppealMoney(Integer dateType, String year, String startTime, String endTime)
   public List<ChartTDO> countAppealMoney(Integer dateType, String year, String startTime, String endTime)
         throws Exception;
   /**