@@ -57,7 +57,7 @@ public class LotController extends BaseController {
* 查询拍品,关键字模糊匹配拍品名称
*/
List<LotFansResponse> responses = lotService.queryLotByCategory(request);
- return AjaxResult.success(responses);
+ return AjaxResult.successPage(responses);
}
@@ -45,7 +45,7 @@
</select>
<select id="listChildByParentId" resultType="java.lang.Long">
- SELECT id FROM lot_category
+ SELECT id FROM spu_category
WHERE parent_id = #{mainCategoryId}
AND del_flag = 0
AND status = 1