Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-cost
Commits
6a06614e
Commit
6a06614e
authored
Nov 16, 2021
by
liyanlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
26f9b637
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+2
-10
CostLogMapper.xml
cost-service/src/main/resources/mapper/CostLogMapper.xml
+1
-3
No files found.
cost-service/src/main/resources/mapper/Cost.xml
View file @
6a06614e
...
...
@@ -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>
...
...
cost-service/src/main/resources/mapper/CostLogMapper.xml
View file @
6a06614e
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment