Commit d54238d7 by huluobin

update

parent 55927982
...@@ -523,7 +523,7 @@ ...@@ -523,7 +523,7 @@
select t1.* select t1.*
from cost t1 from cost t1
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid} left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status = 6 where t1.cost_status in (7,9)
and t3.id is not null and t3.id is not null
<if test="req.costNo !=null and req.costNo !=''"> <if test="req.costNo !=null and req.costNo !=''">
and (t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}) and (t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo})
......
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