Commit 99d0d36e by liyanlin

fix

parent 93aece99
......@@ -253,7 +253,7 @@
select t1.*
from cost t1
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status in (7,9)
where t1.cost_status in (7,8)
and t3.id is not null
<include refid="checkCostListSearch"/>
group by t1.id
......
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