Commit 46f8ddb7 authored by liwei's avatar liwei

Merge remote-tracking branch 'origin/master'

parents 12cbe797 628289ce
...@@ -481,7 +481,7 @@ ...@@ -481,7 +481,7 @@
left join sys_user u on u.business_id = a.create_by left join sys_user u on u.business_id = a.create_by
left join opm_topic t on t.business_id = a.topic_id left join opm_topic t on t.business_id = a.topic_id
where a.del_flag = 0 where a.del_flag = 0
and a.exam_status = 0 and a.exam_status in ('0', '4')
ORDER BY a.business_id DESC ORDER BY a.business_id DESC
</select> </select>
<select id="getPeopleNumber" resultType="org.rcisoft.business.memInfo.entity.peopleNumberDTO"> <select id="getPeopleNumber" resultType="org.rcisoft.business.memInfo.entity.peopleNumberDTO">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment