manailin
2022-09-24 ffb18ccfe6750f4a65bce6e02e7f6edb54a5d76f
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActEasyPhotoHandlerService.java
@@ -2,6 +2,9 @@
import com.panzhihua.common.model.dtos.common.*;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.common.model.vos.common.ComActEasyPhotoHandlerVo;
import java.util.List;
/**
 * title: 随手拍、微心愿处理人绑定表表服务接口
@@ -86,4 +89,11 @@
     */
    void addHandleRecord(Long communityId,Long userId,Long serviceId,Integer type,Integer serviceType,Long sponsorId);
    /**
     * 获取处理记录
     * @param serviceId
     * @param serviceType
     * @return
     */
    List<ComActEasyPhotoHandlerVo> selectHandleRecord(Long serviceId, Integer serviceType);
}