Commit 6a06614e by liyanlin

fix

parent 26f9b637
......@@ -269,7 +269,7 @@
<include refid="checkCostListSearch"/>
</select>
<!--需要我人事审核的-->
<!--需要我审核的-->
<select id="generalManagerCheckCostList" resultType="com.blt.other.module.cost.model.CostDomain">
select t1.*
from cost t1
......@@ -378,15 +378,7 @@
</select>
<select id="queryPageFor4k" resultType="com.blt.other.module.cost.model.CostDomain">
select
c.*
from
cost c
left join oa_user ou on
ou.oa_user_id = c.create_userid
where
ou.company_id in(18, 27, 32)
and c.source_from in(#{sourceFrom})
select * from cost c where company_value in(54,58,67,72,85,86,87,78)
order by id desc
</select>
......
......@@ -23,9 +23,7 @@
<select id="queryPageFor4k" resultType="com.blt.other.database.model.CostLogDomain">
select cl.* from cost_log cl
left join cost c on c.cost_no = cl.cost_no
left join oa_user ou on ou.oa_user_id = c.create_userid
where
ou.company_id in(18, 27, 32)
where c.company_value in(54,58,67,72,85,86,87,78)
and c.source_from in(#{sourceFrom})
order by id desc
</select>
......
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