|
@@ -79,7 +79,8 @@
|
|
|
cd.company_id companyId,
|
|
|
si.store_name signclosedStoreName,
|
|
|
cd.detect_confirm_time detectConfirmTime,
|
|
|
- cd.detect_buy_time detectBuytime
|
|
|
+ cd.detect_buy_time detectBuytime,
|
|
|
+ cd.question_description questionDescription
|
|
|
from tb_rst_complaint_detect cd
|
|
|
LEFT JOIN tb_rst_cm_question_describe qd on cd.customer_id = qd.customer_id
|
|
|
LEFT JOIN tb_rst_product_color ci on cd.product_color_id = ci.color_id
|
|
@@ -190,7 +191,8 @@
|
|
|
cd.detect_is_download detectIsDownload,
|
|
|
cs.signclosed_customer_desc signclosedCustomerDesc,
|
|
|
cd.detect_confirm_time detectConfirmTime,
|
|
|
- cd.detect_buy_time detectBuytime
|
|
|
+ cd.detect_buy_time detectBuytime,
|
|
|
+ cd.question_description questionDescription
|
|
|
from tb_rst_complaint_detect cd
|
|
|
LEFT JOIN tb_rst_cm_question_describe qd on cd.customer_id = qd.customer_id
|
|
|
LEFT JOIN tb_rst_product_color ci on cd.product_color_id = ci.color_id
|
|
@@ -562,7 +564,8 @@
|
|
|
detect_source,
|
|
|
company_id,
|
|
|
detect_confirm_time,
|
|
|
- detect_buy_time
|
|
|
+ detect_buy_time,
|
|
|
+ question_description
|
|
|
)
|
|
|
values
|
|
|
(
|
|
@@ -604,7 +607,8 @@
|
|
|
#{detectSource},
|
|
|
#{companyId},
|
|
|
#{detectConfirmTime},
|
|
|
- #{detectBuytime}
|
|
|
+ #{detectBuytime},
|
|
|
+ #{questionDescription}
|
|
|
)
|
|
|
</insert>
|
|
|
|