|
@@ -15,7 +15,7 @@ import java.util.List;
|
|
|
public interface PlatformStoreLifeGroupBuyMainMapper extends BaseMapper<LifeGroupBuyMain> {
|
|
public interface PlatformStoreLifeGroupBuyMainMapper extends BaseMapper<LifeGroupBuyMain> {
|
|
|
|
|
|
|
|
@Select("SELECT\n" +
|
|
@Select("SELECT\n" +
|
|
|
- "\tlife.id,store.store_name,life.inventory_num,life.group_name,user.phone,life.created_time,life.start_time_value,life.end_time,life.status\n" +
|
|
|
|
|
|
|
+ "\tlife.id,store.store_name,life.inventory_num,life.group_name,user.phone,life.created_time,life.start_time_type,life.start_time_value,life.end_time,life.status\n" +
|
|
|
"FROM\n" +
|
|
"FROM\n" +
|
|
|
"\tlife_group_buy_main life\n" +
|
|
"\tlife_group_buy_main life\n" +
|
|
|
"\tJOIN store_info store ON store.id = life.store_id\n" +
|
|
"\tJOIN store_info store ON store.id = life.store_id\n" +
|