|
@ -67,8 +67,14 @@ public interface FactOriginProjectOrgPeriodDailyDao extends BaseDao<FactOriginPr |
|
|
List<OrgStatisticsResultDTO> selectResponsiveness(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
List<OrgStatisticsResultDTO> selectResponsiveness(@Param("customerId") String customerId, @Param("monthId") String monthId, |
|
|
@Param("level")String level, |
|
|
@Param("level")String level, |
|
|
@Param("orgType")String orgType); |
|
|
@Param("orgType")String orgType); |
|
|
|
|
|
/*** |
|
|
void deleteByProjectId(@Param("list") List<String> list); |
|
|
* @Description 在插入之前,先删除所有与这个项目相关的历时信息 |
|
|
|
|
|
* @param list |
|
|
|
|
|
* @return void |
|
|
|
|
|
* @author wangc |
|
|
|
|
|
* @date 2020.10.19 16:26 |
|
|
|
|
|
*/ |
|
|
|
|
|
void deleteByProjectIds(@Param("list") List<String> list); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 批量插入 |
|
|
* @Description 批量插入 |
|
|