Browse Source

bugfix:去掉sql多余字段

lyx 1 month ago
parent
commit
616af92f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alien-entity/src/main/resources/mapper/LifeUserDynamicsMapper.xml

+ 1 - 1
alien-entity/src/main/resources/mapper/LifeUserDynamicsMapper.xml

@@ -135,7 +135,7 @@
         WHEN image_path REGEXP '.jpg|.jpeg|.png|.bmp|.webp|.gif|.svg' THEN 1
         ELSE 0
         END AS dynamicsType, id, title, phone_id phoneId, context, image_path, address, address_name, address_context, liulan_count, dianzan_count, type, created_time, substring_index(phone_id, '_', 1) userType, substring_index(phone_id, '_', -1) phone, draft , address_province, top_status, top_time, enable_status,
-        order_gmv,business_id
+        business_id
         from life_user_dynamics
         where phone_id = #{phoneId} and delete_flag = 0 and draft = 0 order by created_time desc
         )