|
@ -64,4 +64,12 @@ public interface PrUserProjectDao extends BaseDao<PrUserProjectEntity> { |
|
|
* @date 2021/9/17 3:41 下午 |
|
|
* @date 2021/9/17 3:41 下午 |
|
|
*/ |
|
|
*/ |
|
|
List<TDuckListResultDTO> queryProjectList(@Param("keys")List<String> keys, @Param("status")Integer status,@Param("client")String client); |
|
|
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); |
|
|
} |
|
|
} |