瀏覽代碼

问题处理

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>