|
|
@@ -26,7 +26,7 @@ public interface LifeGroupBuyMainMapper extends BaseMapper<LifeGroupBuyMain> {
|
|
|
" disable_date_value,write_off,reservation_rules,use_rules,applicable_num,\n" +
|
|
|
" other_rules,invoice_type,invoice_describe,insured_flag,insured_price,\n" +
|
|
|
" coupon_id,delete_flag,created_time,updated_time,created_user_id,\n" +
|
|
|
- " updated_user_id from life_group_buy_main ${ew.customSqlSegment}")
|
|
|
+ " updated_user_id,comment from life_group_buy_main ${ew.customSqlSegment}")
|
|
|
IPage<LifeGroupBuyThaliVo> selectPageByThaliVo(IPage<LifeGroupBuyThaliVo> lifeGroupBuyThaliVoIPage,@Param(Constants.WRAPPER) QueryWrapper<LifeGroupBuyThaliVo> queryWrapper);
|
|
|
}
|
|
|
|