Skip to content

Commit

Permalink
移除mongo,将系统日志存储在es。修复拼团商品的正常购买价格为拼团价格问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGaoRobot committed Dec 15, 2021
1 parent 2536e3b commit 0ef244b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface PointsGoodsMapper extends BaseMapper<PointsGoods> {
* @param queryWrapper 查询条件
* @return 积分商品分页
*/
@Select("select * from points_goods pg left join goods_sku gs on pg.sku_id = gs.id ${ew.customSqlSegment}")
@Select("select * from li_points_goods pg left join li_goods_sku gs on pg.sku_id = gs.id ${ew.customSqlSegment}")
IPage<PointsGoodsVO> getPointsGoodsVO(IPage<PointsGoodsVO> page, @Param(Constants.WRAPPER) Wrapper<PointsGoodsVO> queryWrapper);

}

0 comments on commit 0ef244b

Please sign in to comment.