浏览代码

供应链v2调整

yumeng 2 年之前
父节点
当前提交
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