|
|
@@ -133,7 +133,7 @@ create_time = values(create_time)
|
|
|
|
|
|
<select id="selectList" resultType="com.goafanti.common.model.PublicAssistAdvice">
|
|
|
select
|
|
|
- a.id, a.prid, a.aid, a.aname, a.remarks, a.create_time
|
|
|
+ a.id, a.prid, a.aid, a.aname, a.remarks, a.create_time as createTime
|
|
|
from public_assist_advice a
|
|
|
<if test="type ==0">
|
|
|
left join public_release b on a.prid=b.id
|