Commit b35a75e5 authored by 罗林杰's avatar 罗林杰

修改查询

parent ccd0653f
......@@ -481,7 +481,7 @@
left join sys_user u on u.business_id = a.create_by
left join opm_topic t on t.business_id = a.topic_id
where a.del_flag = 0
and a.exam_status = 0
and a.exam_status in ('0', '4')
ORDER BY a.business_id DESC
</select>
<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