@@ -33,7 +33,7 @@ public interface LifeUserOrderMapper extends BaseMapper<LifeUserOrder> {
LifeUserOrderVo queryUserOrderDetail(@Param("orderId") String orderId,@Param("position") String position);
- @Select("with total_coup on as(\n" +
+ @Select("with total_coupon as(\n" +
"-- 团购\n" +
"\tselect id coupon_id,2 coupon_type,lgbm.group_name coupon_name, SUBSTRING_INDEX(image_id, ',', 1) AS image_id,effective_date_type,effective_date_value \n" +
"from life_group_buy_main lgbm \n" +