|
|
@@ -411,7 +411,7 @@
|
|
|
</insert>
|
|
|
<select id="selectByCid" resultType="com.goafanti.order.bo.TChangeTaskOut">
|
|
|
select a.id,a.order_no as orderNo,a.main, c.cname,c.sort cSort,a.commodity_name as commodityName,
|
|
|
- a.commodity_quantity as commodityQuantity,i.price,a.commodity_id as commodityId,a.type,
|
|
|
+ a.commodity_quantity as commodityQuantity,i.price,a.commodity_id as commodityId,a.type,a.tid,
|
|
|
a.task_comment as taskComment ,a.commodity_price as commodityPrice
|
|
|
from t_change_task a left join business_project i on a.commodity_id=i.id
|
|
|
left join business_category c on i.cid=c.id
|