|
@@ -15,7 +15,7 @@ import java.util.List;
|
|
public interface LifeUserDynamicsMapper extends BaseMapper<LifeUserDynamics> {
|
|
public interface LifeUserDynamicsMapper extends BaseMapper<LifeUserDynamics> {
|
|
|
|
|
|
@Select("with dynamice as( " +
|
|
@Select("with dynamice as( " +
|
|
- " select id, title, phone_id phoneId, context, image_path, address, liulan_count, dianzan_count, type, created_time, substring_index(phone_id, '_', 1) flag, substring_index(phone_id, '_', -1) phone, draft " +
|
|
|
|
|
|
+ " select id, title, phone_id phoneId, context, image_path, address,address_context, liulan_count, dianzan_count, type, created_time, substring_index(phone_id, '_', 1) flag, substring_index(phone_id, '_', -1) phone, draft " +
|
|
" from life_user_dynamics " +
|
|
" from life_user_dynamics " +
|
|
" where delete_flag = 0 and draft = 0 order by created_time desc" +
|
|
" where delete_flag = 0 and draft = 0 order by created_time desc" +
|
|
") " +
|
|
") " +
|