| | |
| | | package org.springblade.modules.eCallEventTwo.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.eCallEventTwo.dto.EcOrderDTO; |
| | | import org.springblade.modules.eCallEventTwo.dto.EcOrderParamDTO; |
| | | import org.springblade.modules.eCallEventTwo.entity.ECallEventTwoEntity; |
| | | import org.springblade.modules.eCallEventTwo.entity.EcOrder; |
| | | import org.springblade.modules.eCallEventTwo.vo.ECallEventTwoVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | boolean SynchronizeData(EcOrderParamDTO ecOrderParamDTO); |
| | | |
| | | /** |
| | | * 批量同步工单 |
| | | * @param recordEntityList |
| | | * @return |
| | | */ |
| | | public boolean saveEcOrder(List<ECallEventTwoEntity> recordEntityList); |
| | | |
| | | /** |
| | | * 单位考核指标 |
| | | * @return |
| | | */ |
| | |
| | | * @param ecOrderParamDTO |
| | | * @return |
| | | */ |
| | | Map<String, String> getCount(EcOrderParamDTO ecOrderParamDTO); |
| | | IPage<EcOrderDTO> getCount(IPage<EcOrderDTO> page, EcOrderParamDTO ecOrderParamDTO); |
| | | } |