| | |
| | | |
| | | |
| | | /** |
| | | * @description 获取进行中任务数 |
| | | * @description 商户端获取进行中任务数 |
| | | * @author jqs |
| | | * @date 2023/6/26 13:45 |
| | | * @param shopId |
| | | * @return Integer |
| | | */ |
| | | Integer getMemberIngTotal(@Param("shopId")Long shopId); |
| | | List<Integer> getMemberIngTotal(@Param("shopId")Long shopId); |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | MemberTaskSimpleVo getLastMemberTask(@Param("userId")Long userId); |
| | | |
| | | Integer getMembersIngTotal(List<Long> shopIds); |
| | | /** |
| | | * @description 获取任务处理内容 |
| | | * @author jqs |
| | | * @date 2023/8/24 12:05 |
| | | * @param taskId |
| | | * @return List<String> |
| | | */ |
| | | List<String> listDealContent(@Param("taskId")String taskId); |
| | | |
| | | } |