|
|
@@ -679,7 +679,7 @@ project_type = values(project_type)
|
|
|
|
|
|
<select id="selectBusinessProjectByName" parameterType="java.lang.String" resultType="com.goafanti.business.bo.BusinessProjectBo">
|
|
|
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
|
|
|
+ a.type ,a.patent_transfer patentTransfer,b.cname,b.sort CSort,b.project_type projectType
|
|
|
from business_project a left join business_category b on a.cid=b.id
|
|
|
where 1=1
|
|
|
<if test="cname != null">
|