소스 검색

供应链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