|
|
@@ -324,7 +324,8 @@
|
|
|
select a.id,a.order_no as orderNo,a.main, c.cname,c.sort cSort,a.commodity_name as commodityName,a.official_cost officialCost,
|
|
|
a.official_cost officialCost, a.commodity_quantity as commodityQuantity,i.price,a.commodity_id as commodityId,a.type,a.tid,
|
|
|
a.receiver_name receiverName, a.task_comment as taskComment ,a.commodity_price as commodityPrice,a.split_status splitStatus,
|
|
|
- a.split_super splitSuper,a.picture_url pictureUrl, a.service_life serviceLife ,a.service_year serviceYear,a.year_sum yearSum
|
|
|
+ a.split_super splitSuper, a.service_life serviceLife ,a.service_year serviceYear,a.year_sum yearSum,
|
|
|
+ a.declaration_batch declarationBatch,a.patent_type patentType
|
|
|
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
|
|
|
where 1=1
|