|
|
@@ -3009,10 +3009,10 @@ progress_tid = values(progress_tid)
|
|
|
where split_super = #{tid}
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectProjectSotpList" resultType="com.goafanti.order.bo.OutselectProjectSotp">
|
|
|
+ <select id="selectProjectStopList" resultType="com.goafanti.order.bo.OutselectProjectSotp">
|
|
|
select DATE_FORMAT(a.create_time,'%Y-%m-%d %H:%i:%S') createTimes,dg.name province,c.contract_no contractNo, a.type stopType,a.status stopStatus,
|
|
|
c.order_no orderNo ,tom.buyer_name userName,b.cname ,b.commodity_name projectName,b.commodity_quantity commodityQuantity ,a.annex_url annexUrl,
|
|
|
- tom.service_type serviceType , b.receiver_name receiverName ,b.status ,b.commodity_price commodityPrice ,a.reason,a.id,b.id tid,
|
|
|
+ tom.service_type serviceType , b.receiver_name receiverName ,b.status ,b.commodity_price commodityPrice ,a.reason,a.id,b.id tid,tom.salesman_name salesmanName,
|
|
|
ttm.stop_status projectStopStatus, ttm.stop_type projectStopType
|
|
|
from task_stop a left join t_order_task b on a.tid=b.id
|
|
|
left join t_order_new c on b.order_no =c.order_no
|
|
|
@@ -3077,7 +3077,7 @@ progress_tid = values(progress_tid)
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectProjectSotpCount" resultType="java.lang.Integer">
|
|
|
+ <select id="selectProjectStopCount" resultType="java.lang.Integer">
|
|
|
select count(*)
|
|
|
from task_stop a left join t_order_task b on a.tid=b.id
|
|
|
left join t_order_new c on b.order_no =c.order_no
|