Commit 80e2ab03 by huluobin

# update

parent 2a4c3223
......@@ -439,7 +439,7 @@
select *
from cost
where create_userid = #{req.oaUserId}
and cost_status in (6,7,8,9)
and cost_status in (4,6,7,8,9)
<if test=" req.startTime!=null">
and 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