yujian
2019-12-18 89cc8f054c27f70fcfe16f14554a8a12e0c19e23
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;
   /**