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
2f6662f2
Commit
2f6662f2
authored
Aug 27, 2020
by
liru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个体户修改
parent
64789639
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
8 deletions
+32
-8
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/ReportController.java
+24
-0
ruoyi-admin/src/main/resources/templates/demo/table/reportfifteen.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportnine.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportseventeen.html
+2
-2
ruoyi-admin/src/main/resources/templates/demo/table/reportthirteen.html
+2
-2
ruoyi-admin/target/classes/com/ruoyi/web/controller/demo/controller/ReportController.class
+0
-0
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonGtxx.java
+0
-0
ruoyi-system/src/main/resources/mapper/system/OrhonGtxxMapper.xml
+0
-0
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonGtxx.class
+0
-0
No files found.
ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/ReportController.java
View file @
2f6662f2
...
...
@@ -482,6 +482,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportEightResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -490,6 +491,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
list1
.
add
(
r
);
}
BeanUtils
.
copyProperties
(
listOrhonFgqy
,
list1
);
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportEightResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -530,6 +532,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportTwelveResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -537,6 +540,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportTwelveResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -574,6 +578,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportFourteenResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -581,6 +586,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportFourteenResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -617,6 +623,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
orhonFgqy
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
orhonGtxx
.
setDeptId
(
sysUser
.
getUserDeptId
());
}
orhonFgqy
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonFgqy
>
listOrhonFgqy
=
orhonFgqyService
.
selectOrhonFgqyList
(
orhonFgqy
);
List
<
ReportSixteenResult
>
list1
=
new
ArrayList
<>();
for
(
OrhonFgqy
f:
listOrhonFgqy
){
...
...
@@ -624,6 +631,7 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
BeanUtils
.
copyProperties
(
f
,
r
);
list1
.
add
(
r
);
}
orhonGtxx
.
setIsdzz
(
"1"
);
List
<
OrhonGtxx
>
listOrhonGtxx
=
orhonGtxxService
.
selectOrhonGtxxList
(
orhonGtxx
);
List
<
ReportSixteenResult
>
list2
=
new
ArrayList
<>();
for
(
OrhonGtxx
gtxx:
listOrhonGtxx
){
...
...
@@ -640,4 +648,20 @@ public class ReportController extends com.ruoyi.common.core.controller.BaseContr
list
.
addAll
(
list2
);
return
getDataTable
(
list
);
}
/**
* 有党组织的社会组织列表
*/
@PostMapping
(
"/shzzList"
)
@ResponseBody
public
TableDataInfo
shzzList
(
OrhonShzz
orhonShzz
)
{
SysUser
sysUser
=
ShiroUtils
.
getSysUser
();
startPage
();
if
(
!
sysUser
.
getLoginName
().
equals
(
"admin"
)
)
{
orhonShzz
.
setDeptId
(
sysUser
.
getUserDeptId
().
longValue
());
}
orhonShzz
.
setIsdzz
(
"1"
);
java
.
util
.
List
<
com
.
ruoyi
.
system
.
domain
.
OrhonShzz
>
list
=
orhonShzzService
.
selectOrhonShzzList
(
orhonShzz
);
return
getDataTable
(
list
);
}
}
ruoyi-admin/src/main/resources/templates/demo/table/reportfifteen.html
View file @
2f6662f2
...
...
@@ -13,14 +13,14 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
isHdzdDatas
=
[[
$
{@
dict
.
getType
(
'is_hdzd'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportnine.html
View file @
2f6662f2
...
...
@@ -13,13 +13,13 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
dzzlxDatas
=
[[
$
{@
dict
.
getType
(
'orhon_dzzlx'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportseventeen.html
View file @
2f6662f2
...
...
@@ -13,13 +13,13 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
var
issqlhDatas
=
[[
$
{@
dict
.
getType
(
'is_sqlh'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/src/main/resources/templates/demo/table/reportthirteen.html
View file @
2f6662f2
...
...
@@ -13,12 +13,12 @@
</div>
<div
th:include=
"include :: footer"
></div>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"
system/shzz
"
;
var
prefix
=
ctx
+
"
report
"
;
var
datas
=
[[
$
{@
dict
.
getType
(
'sys_normal_disable'
)}]];
$
(
function
()
{
var
options
=
{
url
:
prefix
+
"/
l
ist"
,
url
:
prefix
+
"/
shzzL
ist"
,
showSearch
:
false
,
showRefresh
:
false
,
showToggle
:
false
,
...
...
ruoyi-admin/target/classes/com/ruoyi/web/controller/demo/controller/ReportController.class
View file @
2f6662f2
No preview for this file type
ruoyi-system/src/main/java/com/ruoyi/system/domain/OrhonGtxx.java
View file @
2f6662f2
This diff is collapsed.
Click to expand it.
ruoyi-system/src/main/resources/mapper/system/OrhonGtxxMapper.xml
View file @
2f6662f2
This diff is collapsed.
Click to expand it.
ruoyi-system/target/classes/com/ruoyi/system/domain/OrhonGtxx.class
View file @
2f6662f2
No preview for this file type
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