增加状态更新接口客户的状态可以是线索高一项第1项客户
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<result column="sales_id" property="salesId" />
|
||||
<result column="sales_name" property="salesName" />
|
||||
<result column="recording_count" property="recordingCount" />
|
||||
<result column="intended_model" property="intendedModel" />
|
||||
<result column="stage" property="stage" />
|
||||
<result column="info_card" property="infoCard" />
|
||||
<result column="remark" property="remark" />
|
||||
<result column="detailed_address" property="detailedAddress" />
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<!-- 通用查询结果列 -->
|
||||
<sql id="Base_Column_List">
|
||||
id, customer_name, gender, age, contact, dealership_id, dealership_name, sales_id, sales_name, recording_count, intended_model, info_card, remark, detailed_address, sales_phone, contact_count, front_photo_url, side_photo_url, life_photo_url, create_time, update_time
|
||||
id, customer_name, gender, age, contact, dealership_id, dealership_name, sales_id, sales_name, recording_count, stage, info_card, remark, detailed_address, sales_phone, contact_count, front_photo_url, side_photo_url, life_photo_url, create_time, update_time
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user