|
|
|
@ -44,7 +44,7 @@ public interface ScreenKcUserTrendGridMonthlyDao extends BaseDao<ScreenKcUserTre |
|
|
|
* @Date 16:14 2020-09-09 |
|
|
|
**/ |
|
|
|
Integer deleteUserTrendGrid(@Param("customerId") String customerId, |
|
|
|
@Param("monthId") String monthId); |
|
|
|
@Param("monthId") String monthId); |
|
|
|
|
|
|
|
/** |
|
|
|
* 批量插入 |
|
|
|
@ -57,5 +57,5 @@ public interface ScreenKcUserTrendGridMonthlyDao extends BaseDao<ScreenKcUserTre |
|
|
|
* @Date 16:17 2020-09-09 |
|
|
|
**/ |
|
|
|
void batchInsertUserTrendGrid(@Param("list") List<KcUserHeartRankFormDTO> list, @Param("customerId")String customerId, |
|
|
|
@Param("monthId")String monthId); |
|
|
|
@Param("monthId")String monthId); |
|
|
|
} |
|
|
|
|