|
|
|
@ -65,14 +65,6 @@ public interface PrUserProjectDao extends BaseDao<PrUserProjectEntity> { |
|
|
|
*/ |
|
|
|
List<TDuckListResultDTO> queryProjectList(@Param("keys")List<String> keys, @Param("status")Integer status,@Param("client")String client); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 查询头部信息【问卷调查的名字和描述】 |
|
|
|
* @Param key |
|
|
|
* @author zxc |
|
|
|
* @date 2021/9/22 9:42 上午 |
|
|
|
*/ |
|
|
|
PrUserProjectEntity selectHeaderInfoByKey(@Param("key")String key); |
|
|
|
|
|
|
|
/** |
|
|
|
* 当前问卷中所有的联系人组件 |
|
|
|
* |
|
|
|
|