Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
fangxinjiang
yifu-mvp
Commits
ac7cf30a
Commit
ac7cf30a
authored
Apr 16, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.2-工资原表识别-优化
parent
61f3337c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
QiWeiController.java
.../cloud/plus/v1/permission/controller/QiWeiController.java
+1
-1
QiWeiServiceImpl.java
...oud/plus/v1/permission/service/impl/QiWeiServiceImpl.java
+0
-1
No files found.
yifu-permission/yifu-permission-biz/src/main/java/com/yifu/cloud/plus/v1/permission/controller/QiWeiController.java
View file @
ac7cf30a
...
@@ -33,7 +33,7 @@ public class QiWeiController {
...
@@ -33,7 +33,7 @@ public class QiWeiController {
* @Date: 2024-4-11 11:03:34
* @Date: 2024-4-11 11:03:34
* @return: com.yifu.cloud.v1.common.core.util.R<java.util.List < com.yifu.cloud.v1.hrms.api.entity.TEventFeeDetail>>
* @return: com.yifu.cloud.v1.common.core.util.R<java.util.List < com.yifu.cloud.v1.hrms.api.entity.TEventFeeDetail>>
**/
**/
@
Ge
tMapping
(
"/inner/everyDaySaveQiWeiChuChai"
)
@
Pos
tMapping
(
"/inner/everyDaySaveQiWeiChuChai"
)
@Inner
@Inner
public
R
<
List
<
EkpQiwiChuchai
>>
everyDaySaveQiWeiChuChai
()
{
public
R
<
List
<
EkpQiwiChuchai
>>
everyDaySaveQiWeiChuChai
()
{
String
startDay
=
DateUtil
.
addDay
(-
29
);
String
startDay
=
DateUtil
.
addDay
(-
29
);
...
...
yifu-permission/yifu-permission-biz/src/main/java/com/yifu/cloud/plus/v1/permission/service/impl/QiWeiServiceImpl.java
View file @
ac7cf30a
...
@@ -398,7 +398,6 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
...
@@ -398,7 +398,6 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
options0
=
(
JSONObject
)
options
.
get
(
j
);
options0
=
(
JSONObject
)
options
.
get
(
j
);
options0value
=
(
JSONArray
)
options0
.
get
(
VALUESTR
);
options0value
=
(
JSONArray
)
options0
.
get
(
VALUESTR
);
options0value0
=
(
JSONObject
)
options0value
.
get
(
0
);
options0value0
=
(
JSONObject
)
options0value
.
get
(
0
);
addressLevel
=
options0value0
.
getString
(
"text"
);
tools
+=
options0value0
.
getString
(
"text"
)
+
";"
;
tools
+=
options0value0
.
getString
(
"text"
)
+
";"
;
}
}
}
}
...
...
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