|
|
@@ -130,7 +130,7 @@
|
|
|
where a.restrict_status =1
|
|
|
</select>
|
|
|
<select id="RestrictProjectList" resultType="com.goafanti.business.bo.RestrictProjectPageList">
|
|
|
- select a.id,b.nickname userName,c.bname projectName,a.`type` ,ad.name userAdmin,ad2.name adminName,a.lock_time lockTime,
|
|
|
+ select a.id,b.nickname name,c.bname projectName,a.`type` ,ad.name userAdmin,ad2.name adminName,a.lock_time lockTime,
|
|
|
a.last_follow_time lastFollowTime,a.uid, b.society_tag societyTag,dg1.name as province, dg2.name as city,
|
|
|
dg3.name as area,d.intended_project intendedProject, d.business_scope businessScope
|
|
|
from restrict_project a
|