Commit 1a888cc0 by huluobin

# update

parent ec0b48f4
......@@ -170,7 +170,7 @@
select *
from cost
where create_userid = #{req.oaUserId}
and cost_status in (4,6,7,8,9)
and cost_status != 5
<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