소스 검색

问题处理

yzc 1 년 전
부모
커밋
7092e43bd0
1개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  1. 15 1
      hx-customer/src/main/resources/mapper/customer/CustomerMapper.xml

+ 15 - 1
hx-customer/src/main/resources/mapper/customer/CustomerMapper.xml

@@ -45,7 +45,21 @@
             c.create_time,
             c.update_user,
             c.update_time,
-            c.tag
+            c.tag,
+            c.main_part,
+            c.minor_part,
+            c.dept_id,
+            c.main_categories,
+            c.company_size,
+            c.settlement_mode,
+            c.level,
+            c.maintain_level,
+            c.new_old,
+            c.annual_quantity,
+            c.follow_up_ask,
+            c.remind,
+            c.create_group_time,
+            c.state
         from customer c
             ${ew.customSqlSegment}
     </select>