This commit is contained in:
shuo.wang
2025-07-10 13:14:34 +08:00
parent 46ae9c0dd8
commit d429b31b94

View File

@@ -18,7 +18,7 @@ public interface DecorationDesignInfoMapper extends Mapper<DecorationDesignInfoD
*/
DecorationDesignInfoDO selectByShopId(Long shopId);
List<PreparationCommonPendingVO> getByDesignUserIdAndShopStage(@Param("userId") String userId,@Param("deskRequest") DeskRequest deskRequest);
List<PreparationCommonPendingVO> getByDesignUserIdAndShopStage(@Param("userId") String userId,@Param("request") DeskRequest deskRequest);
/**
* @Auther: wangshuo
* @Date: 2025/6/16