|
@@ -90,15 +90,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- 添加销售记录 -->
|
|
<!-- 添加销售记录 -->
|
|
|
<insert id="insertSaleRedord">
|
|
<insert id="insertSaleRedord">
|
|
|
insert into sale_clue_record_info (
|
|
insert into sale_clue_record_info (
|
|
|
- r.seller_id,
|
|
|
|
|
- r.record_times,
|
|
|
|
|
- r.record_script,
|
|
|
|
|
- r.continue_flag,
|
|
|
|
|
- r.intended_cooperation,
|
|
|
|
|
- r.record_info,
|
|
|
|
|
- r.remarks,
|
|
|
|
|
- r.create_user_id,
|
|
|
|
|
- r.create_time)
|
|
|
|
|
|
|
+ seller_id,
|
|
|
|
|
+ record_times,
|
|
|
|
|
+ record_script,
|
|
|
|
|
+ continue_flag,
|
|
|
|
|
+ intended_cooperation,
|
|
|
|
|
+ record_info,
|
|
|
|
|
+ remarks,
|
|
|
|
|
+ create_user_id,
|
|
|
|
|
+ create_time)
|
|
|
values
|
|
values
|
|
|
(
|
|
(
|
|
|
#{sellerId},
|
|
#{sellerId},
|