|
|
select a.id,a.bname,ifnull(a.price,0) as price,ifnull(a.first_payment,0) as firstPayment,
|
|
select a.id,a.bname,ifnull(a.price,0) as price,ifnull(a.first_payment,0) as firstPayment,
|
|
|
|
|
+ a.type ,a.patent_transfer patentTransfer,b.cname,b.sort CSort,b.project_type projectType
|