yumeng 2 лет назад
Родитель
Сommit
b145c7b13f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -571,7 +571,7 @@
         t1.activity_id as 'activityId',
         t1.regimental_promotion_rate as 'regimentalPromotionRate',
         t2.user_id as 'userId',
-        case when t2.user_id is null then 1 else 0 end as 'status',
+        case when t2.user_id is null then 1 else 2 end as 'status',
         t2.user_name as 'userName',
         t2.create_time as 'bindTime'
         from kuaishou_item_info t1