|
|
@@ -186,7 +186,7 @@
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="listPublicReleaseLog" resultType="com.goafanti.weChat.bo.outPublicReleaseLog">
|
|
|
- select a.id,a.aid ,a.prid ,a.remarks ,a.status ,b.name aname,a.photo_url photoUrl,
|
|
|
+ select a.id,a.aid ,a.prid ,a.remarks ,a.status ,b.name aname,a.photo_url photoUrl,a.create_time createTime,
|
|
|
date_format(a.create_time ,'%Y-%m-%d %H:%i:%S') createTimes
|
|
|
from public_release_log a left join admin b on a.aid =b.id
|
|
|
left join public_release pr on a.prid =pr.id
|