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
5a51d5d7
Commit
5a51d5d7
authored
Aug 12, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.14-商险相关
parent
386fd60f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
TEmployeeInsurancePreQwDetailController.java
...s/controller/TEmployeeInsurancePreQwDetailController.java
+8
-0
application-dev.yml
...ifu-insurances-biz/src/main/resources/application-dev.yml
+7
-0
application-test.yml
...fu-insurances-biz/src/main/resources/application-test.yml
+7
-0
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/controller/TEmployeeInsurancePreQwDetailController.java
View file @
5a51d5d7
...
@@ -19,6 +19,8 @@ package com.yifu.cloud.plus.v1.yifu.insurances.controller;
...
@@ -19,6 +19,8 @@ package com.yifu.cloud.plus.v1.yifu.insurances.controller;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.core.metadata.IPage
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
import
com.yifu.cloud.plus.v1.yifu.insurances.entity.TEmployeeInsurancePreQwDetail
;
import
com.yifu.cloud.plus.v1.yifu.insurances.entity.TEmployeeInsurancePreQwDetail
;
import
com.yifu.cloud.plus.v1.yifu.insurances.service.insurance.TEmployeeInsurancePreQwDetailService
;
import
com.yifu.cloud.plus.v1.yifu.insurances.service.insurance.TEmployeeInsurancePreQwDetailService
;
...
@@ -54,6 +56,12 @@ public class TEmployeeInsurancePreQwDetailController {
...
@@ -54,6 +56,12 @@ public class TEmployeeInsurancePreQwDetailController {
@Operation
(
description
=
"简单分页查询"
)
@Operation
(
description
=
"简单分页查询"
)
@GetMapping
(
"/page"
)
@GetMapping
(
"/page"
)
public
R
<
IPage
<
TEmployeeInsurancePreQwDetail
>>
getTEmployeeInsurancePreQwDetailPage
(
Page
<
TEmployeeInsurancePreQwDetail
>
page
,
TEmployeeInsurancePreQwDetail
tEmployeeInsurancePreQwDetail
)
{
public
R
<
IPage
<
TEmployeeInsurancePreQwDetail
>>
getTEmployeeInsurancePreQwDetailPage
(
Page
<
TEmployeeInsurancePreQwDetail
>
page
,
TEmployeeInsurancePreQwDetail
tEmployeeInsurancePreQwDetail
)
{
if
(
tEmployeeInsurancePreQwDetail
==
null
)
{
tEmployeeInsurancePreQwDetail
=
new
TEmployeeInsurancePreQwDetail
();
}
if
(
Common
.
isEmpty
(
tEmployeeInsurancePreQwDetail
.
getMainId
()))
{
tEmployeeInsurancePreQwDetail
.
setMainId
(
CommonConstants
.
ZERO_STRING
);
}
return
new
R
<>(
tEmployeeInsurancePreQwDetailService
.
getTEmployeeInsurancePreQwDetailPage
(
page
,
tEmployeeInsurancePreQwDetail
));
return
new
R
<>(
tEmployeeInsurancePreQwDetailService
.
getTEmployeeInsurancePreQwDetailPage
(
page
,
tEmployeeInsurancePreQwDetail
));
}
}
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/application-dev.yml
View file @
5a51d5d7
...
@@ -36,6 +36,13 @@ ekp:
...
@@ -36,6 +36,13 @@ ekp:
LoginName
:
'
admin'
LoginName
:
'
admin'
docSubject
:
'
接口发起流程'
docSubject
:
'
接口发起流程'
# spring security 配置
security
:
oauth2
:
ignore
:
# 通用放行URL,服务个性化,请在对应配置文件覆盖
urls
:
-
/temployeeinsurancepreqwdetail/page
wx
:
wx
:
corpid
:
wwbcb090af0dfe50e5
corpid
:
wwbcb090af0dfe50e5
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/application-test.yml
View file @
5a51d5d7
...
@@ -36,6 +36,13 @@ ekp:
...
@@ -36,6 +36,13 @@ ekp:
LoginName
:
'
admin'
LoginName
:
'
admin'
docSubject
:
'
接口发起流程'
docSubject
:
'
接口发起流程'
# spring security 配置
security
:
oauth2
:
ignore
:
# 通用放行URL,服务个性化,请在对应配置文件覆盖
urls
:
-
/temployeeinsurancepreqwdetail/page
wx
:
wx
:
corpid
:
wwbcb090af0dfe50e5
corpid
:
wwbcb090af0dfe50e5
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
...
...
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