Parcourir la source

fix:订单详情页添加客户标签字段

ly il y a 9 mois
Parent
commit
9653ecbe8d

+ 2 - 0
src/main/resources/mybatis/business/BizArchiveInputMapper.xml

@@ -51,6 +51,7 @@
         t2.social_credit_code as social_credit_code,
         t3.nick_name as signer_name,
         t4.title as source_category_name,
+        t2.customer_label_id as customerLabelId,
         t4.referrer_data_source
         FROM biz_archive_input t1
         left join biz_company t2 on t2.id = t1.company_id
@@ -122,6 +123,7 @@
         t2.social_credit_code as social_credit_code,
         t3.nick_name as signer_name,
         t4.title as source_category_name,
+        t2.customer_label_id as customerLabelId,
         t4.referrer_data_source
         FROM biz_archive_input t1
         left join biz_company t2 on t2.id = t1.company_id