소스 검색

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

ly 9 달 전
부모
커밋
9653ecbe8d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/resources/mybatis/business/BizArchiveInputMapper.xml

+ 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