Commit 2a4c3223 by huluobin

# update

parent b3f9d9a0
......@@ -418,6 +418,7 @@
from cost t1
left join cost_current_reviewer tt on t1.cost_no = tt.cost_no
where tt.oa_user_id =#{req.oaUserId}
and t1.cost_status != 5
<if test=" req.startTime!=null">
and t1.create_time &gt;=#{req.startTime}
</if>
......
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