|
|
@@ -1160,7 +1160,7 @@
|
|
|
<select id="selectOrderTask" resultType="com.goafanti.order.bo.TOrderTaskBo">
|
|
|
select a.id,e.contract_no contractNo,a.order_no as orderNo,h.nickname userName,f.name salesmanName,
|
|
|
a.outsource_name outsourceName,a.outsource, a.outsource_price outsourcePrice,g.name depName,
|
|
|
- e.order_status orderStatus,d.name as consultantName,d.contact_mobile as contactsMobile,a.main, c.cname,
|
|
|
+ e.order_status orderStatus,d.name as contacts,d.contact_mobile as contactsMobile,a.main, c.cname,
|
|
|
c.sort cSort,a.commodity_name as commodityName,a.commodity_quantity as commodityQuantity,
|
|
|
i.price,a.certificate_number as certificateNumber, a.commodity_id as commodityId,a.manager_id managerId,
|
|
|
a.consultant_id consultantId,a.project_status as projectStatus,a.set_up_amount setUpAmount,
|
|
|
@@ -1174,8 +1174,7 @@
|
|
|
left join business_project i on a.commodity_id=i.id left join
|
|
|
business_category c on b.cid=c.id left join admin d on
|
|
|
a.task_receiver=d.id
|
|
|
- where a.super_id is null and a.split_status !=2 and a.order_no=
|
|
|
- #{orderNo,jdbcType=VARCHAR} order by a.id
|
|
|
+ where a.super_id is null and a.split_status !=2 and a.order_no= #{orderNo,jdbcType=VARCHAR} order by a.id
|
|
|
</select>
|
|
|
|
|
|
<select id="selectOrderTaskAll" resultType="com.goafanti.order.bo.TOrderTaskBo">
|