|
|
@@ -325,7 +325,7 @@
|
|
|
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.service_life serviceLife ,a.service_year serviceYear,a.year_sum yearSum,
|
|
|
- a.declaration_batch declarationBatch,a.patent_type patentType
|
|
|
+ a.declaration_batch declarationBatch,a.patent_type patentType,a.contract_term contractTerm
|
|
|
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
|