Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
yaru
fgqyxxlr
Commits
e83d9398
Commit
e83d9398
authored
Sep 30, 2020
by
mouthliu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.orhontech.com/yaru/fgqyxxlr
parents
f7d3a405
9f2e2207
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
ruoyi-system/src/main/resources/mapper/system/OrhonFgqyMapper.xml
+2
-1
No files found.
ruoyi-system/src/main/resources/mapper/system/OrhonFgqyMapper.xml
View file @
e83d9398
...
...
@@ -462,7 +462,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
d.dict_label name,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_shzz where dept_id = d.dict_value) shzzDysValue,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_fgqy where dept_id = d.dict_value) fgqyDysValue
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_fgqy where dept_id = d.dict_value) fgqyDysValue,
(select IFNULL(sum(IFNULL(dys,0)),0) from orhon_gtxx where dept_id = d.dict_value) gtshDysValue
FROM
sys_dict_data d
WHERE
...
...
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