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
e6cfd6fd
Commit
e6cfd6fd
authored
Mar 14, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目规则配置-fxj
parent
9c715fd7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
501 additions
and
407 deletions
+501
-407
SysAutoDictItem.java
...u/cloud/plus/v1/yifu/archives/entity/SysAutoDictItem.java
+6
-7
TAutoEmpRuleInfo.java
.../cloud/plus/v1/yifu/archives/entity/TAutoEmpRuleInfo.java
+11
-13
TAutoMainRelAddVo.java
...ifu/cloud/plus/v1/yifu/archives/vo/TAutoMainRelAddVo.java
+42
-0
TAutoMainRelDetailVo.java
.../cloud/plus/v1/yifu/archives/vo/TAutoMainRelDetailVo.java
+56
-0
TAutoMainRelController.java
...s/v1/yifu/archives/controller/TAutoMainRelController.java
+31
-19
TAutoRuleLogController.java
...s/v1/yifu/archives/controller/TAutoRuleLogController.java
+0
-88
TAutoMainRelService.java
...ud/plus/v1/yifu/archives/service/TAutoMainRelService.java
+10
-0
TAutoRuleLogService.java
...ud/plus/v1/yifu/archives/service/TAutoRuleLogService.java
+2
-16
TAutoMainRelServiceImpl.java
...1/yifu/archives/service/impl/TAutoMainRelServiceImpl.java
+303
-65
TAutoRuleLogServiceImpl.java
...1/yifu/archives/service/impl/TAutoRuleLogServiceImpl.java
+35
-199
CommonConstants.java
...ud/plus/v1/yifu/common/core/constant/CommonConstants.java
+3
-0
ServiceNameConstants.java
...us/v1/yifu/common/core/constant/ServiceNameConstants.java
+2
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/SysAutoDictItem.java
View file @
e6cfd6fd
...
@@ -29,7 +29,6 @@ import lombok.EqualsAndHashCode;
...
@@ -29,7 +29,6 @@ import lombok.EqualsAndHashCode;
import
org.hibernate.validator.constraints.Length
;
import
org.hibernate.validator.constraints.Length
;
import
javax.validation.constraints.NotBlank
;
import
javax.validation.constraints.NotBlank
;
import
java.util.Date
;
/**
/**
* 字典项
* 字典项
...
@@ -130,13 +129,13 @@ public class SysAutoDictItem extends BaseEntity {
...
@@ -130,13 +129,13 @@ public class SysAutoDictItem extends BaseEntity {
@Schema
(
description
=
"客户端标识"
)
@Schema
(
description
=
"客户端标识"
)
private
String
clientId
;
private
String
clientId
;
/**
/**
* 是否禁用: 0 启用 1
急
用
* 是否禁用: 0 启用 1
禁
用
*/
*/
@ExcelAttribute
(
name
=
"是否禁用: 0 启用 1
急用"
,
isNotEmpty
=
true
,
errorInfo
=
"是否禁用: 0 启用 1 急
用不能为空"
,
maxLength
=
1
)
@ExcelAttribute
(
name
=
"是否禁用: 0 启用 1
禁用"
,
isNotEmpty
=
true
,
errorInfo
=
"是否禁用: 0 启用 1 禁
用不能为空"
,
maxLength
=
1
)
@NotBlank
(
message
=
"是否禁用: 0 启用 1
急
用不能为空"
)
@NotBlank
(
message
=
"是否禁用: 0 启用 1
禁
用不能为空"
)
@Length
(
max
=
1
,
message
=
"是否禁用: 0 启用 1
急
用不能超过1个字符"
)
@Length
(
max
=
1
,
message
=
"是否禁用: 0 启用 1
禁
用不能超过1个字符"
)
@ExcelProperty
(
"是否禁用: 0 启用 1
急
用"
)
@ExcelProperty
(
"是否禁用: 0 启用 1
禁
用"
)
@Schema
(
description
=
"是否禁用: 0 启用 1
急
用"
)
@Schema
(
description
=
"是否禁用: 0 启用 1
禁
用"
)
private
String
disable
;
private
String
disable
;
/**
/**
* 项目编码,标识此字典项为那个项目所有
* 项目编码,标识此字典项为那个项目所有
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TAutoEmpRuleInfo.java
View file @
e6cfd6fd
...
@@ -53,20 +53,20 @@ public class TAutoEmpRuleInfo extends BaseEntity {
...
@@ -53,20 +53,20 @@ public class TAutoEmpRuleInfo extends BaseEntity {
/**
/**
* 是否启用自动化:0是 1否
* 是否启用自动化:0是 1否
*/
*/
@ExcelAttribute
(
name
=
"是否启用自动化:0是 1否"
,
isNotEmpty
=
true
,
errorInfo
=
"是否启用自动化
:0是 1否
不能为空"
,
maxLength
=
1
)
@ExcelAttribute
(
name
=
"是否启用自动化:0是 1否"
,
isNotEmpty
=
true
,
errorInfo
=
"是否启用自动化不能为空"
,
maxLength
=
1
)
@NotBlank
(
message
=
"是否启用自动化:0是 1否不能为空"
)
@NotBlank
(
message
=
"是否启用自动化:0是 1否不能为空"
)
@Length
(
max
=
1
,
message
=
"是否启用自动化:0是 1否不能超过1个字符"
)
@Length
(
max
=
1
,
message
=
"是否启用自动化:0是 1否不能超过1个字符"
)
@ExcelProperty
(
"是否启用自动化:0是 1否"
)
@ExcelProperty
(
"是否启用自动化:0是 1否"
)
@Schema
(
description
=
"是否启用自动化:0是 1否"
)
@Schema
(
description
=
"是否启用自动化:0是 1否"
)
private
String
autoFlag
;
private
String
autoFlag
;
/**
/**
* 收集方
案
:0自动1 手动
* 收集方
式
:0自动1 手动
*/
*/
@ExcelAttribute
(
name
=
"收集方
案:0自动1 手动"
,
isNotEmpty
=
true
,
errorInfo
=
"收集方案:0自动1 手动
不能为空"
,
maxLength
=
1
)
@ExcelAttribute
(
name
=
"收集方
式:0自动1 手动"
,
isNotEmpty
=
true
,
errorInfo
=
"收集方式
不能为空"
,
maxLength
=
1
)
@NotBlank
(
message
=
"收集方
案
:0自动1 手动不能为空"
)
@NotBlank
(
message
=
"收集方
式
:0自动1 手动不能为空"
)
@Length
(
max
=
1
,
message
=
"收集方
案
:0自动1 手动不能超过1个字符"
)
@Length
(
max
=
1
,
message
=
"收集方
式
:0自动1 手动不能超过1个字符"
)
@ExcelProperty
(
"收集方
案
:0自动1 手动"
)
@ExcelProperty
(
"收集方
式
:0自动1 手动"
)
@Schema
(
description
=
"收集方
案
:0自动1 手动"
)
@Schema
(
description
=
"收集方
式
:0自动1 手动"
)
private
String
collectType
;
private
String
collectType
;
/**
/**
* 推送时间
* 推送时间
...
@@ -119,7 +119,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
...
@@ -119,7 +119,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
/**
/**
* 业务细分(同合的业务细分)
* 业务细分(同合的业务细分)
*/
*/
@ExcelAttribute
(
name
=
"业务细分(同合的业务细分)"
,
isNotEmpty
=
true
,
errorInfo
=
"业务细分
(同合的业务细分)
不能为空"
,
maxLength
=
32
)
@ExcelAttribute
(
name
=
"业务细分(同合的业务细分)"
,
isNotEmpty
=
true
,
errorInfo
=
"业务细分不能为空"
,
maxLength
=
32
)
@NotBlank
(
message
=
"业务细分(同合的业务细分)不能为空"
)
@NotBlank
(
message
=
"业务细分(同合的业务细分)不能为空"
)
@Length
(
max
=
32
,
message
=
"业务细分(同合的业务细分)不能超过32个字符"
)
@Length
(
max
=
32
,
message
=
"业务细分(同合的业务细分)不能超过32个字符"
)
@ExcelProperty
(
"业务细分(同合的业务细分)"
)
@ExcelProperty
(
"业务细分(同合的业务细分)"
)
...
@@ -137,7 +137,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
...
@@ -137,7 +137,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
/**
/**
* 项目编码
* 项目编码
*/
*/
@ExcelAttribute
(
name
=
"项目编码"
,
isNotEmpty
=
true
,
errorInfo
=
"项目编码不能为空"
,
maxLength
=
50
)
@ExcelAttribute
(
name
=
"项目编码"
)
@NotBlank
(
message
=
"项目编码不能为空"
)
@NotBlank
(
message
=
"项目编码不能为空"
)
@Length
(
max
=
50
,
message
=
"项目编码不能超过50个字符"
)
@Length
(
max
=
50
,
message
=
"项目编码不能超过50个字符"
)
@ExcelProperty
(
"项目编码"
)
@ExcelProperty
(
"项目编码"
)
...
@@ -146,8 +146,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
...
@@ -146,8 +146,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
/**
/**
* 项目ID
* 项目ID
*/
*/
@ExcelAttribute
(
name
=
"项目ID"
,
isNotEmpty
=
true
,
errorInfo
=
"项目ID不能为空"
,
maxLength
=
32
)
@ExcelAttribute
(
name
=
"项目ID"
)
@NotBlank
(
message
=
"项目ID不能为空"
)
@Length
(
max
=
32
,
message
=
"项目ID不能超过32个字符"
)
@Length
(
max
=
32
,
message
=
"项目ID不能超过32个字符"
)
@ExcelProperty
(
"项目ID"
)
@ExcelProperty
(
"项目ID"
)
@Schema
(
description
=
"项目ID"
)
@Schema
(
description
=
"项目ID"
)
...
@@ -155,8 +154,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
...
@@ -155,8 +154,7 @@ public class TAutoEmpRuleInfo extends BaseEntity {
/**
/**
* 项目配置主表ID
* 项目配置主表ID
*/
*/
@ExcelAttribute
(
name
=
"项目配置主表ID"
,
isNotEmpty
=
true
,
errorInfo
=
"项目配置主表ID不能为空"
,
maxLength
=
32
)
@ExcelAttribute
(
name
=
"项目配置主表ID"
)
@NotBlank
(
message
=
"项目配置主表ID不能为空"
)
@Length
(
max
=
32
,
message
=
"项目配置主表ID不能超过32个字符"
)
@Length
(
max
=
32
,
message
=
"项目配置主表ID不能超过32个字符"
)
@ExcelProperty
(
"项目配置主表ID"
)
@ExcelProperty
(
"项目配置主表ID"
)
@Schema
(
description
=
"项目配置主表ID"
)
@Schema
(
description
=
"项目配置主表ID"
)
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TAutoMainRelAddVo.java
0 → 100644
View file @
e6cfd6fd
/*
* Copyright (c) 2018-2025, lengleng All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* Neither the name of the yifu4cloud.com developer nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
* Author: lengleng (wangiegie@gmail.com)
*/
package
com
.
yifu
.
cloud
.
plus
.
v1
.
yifu
.
archives
.
vo
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.SysAutoDictItem
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoEmpRuleInfo
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoRuleLog
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.util.List
;
/**
* 项目配置表主表--详情
*
* @author fxj
* @date 2025-03-13 15:15:26
*/
@Data
public
class
TAutoMainRelAddVo
implements
Serializable
{
//项目配置主表
private
TAutoMainRel
autoMainRel
;
//档案管理规则配置表
private
TAutoEmpRuleInfo
autoEmpRuleInfo
;
//岗位信息表
private
List
<
SysAutoDictItem
>
autoDictItems
;
}
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TAutoMainRelDetailVo.java
0 → 100644
View file @
e6cfd6fd
/*
* Copyright (c) 2018-2025, lengleng All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* Neither the name of the yifu4cloud.com developer nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
* Author: lengleng (wangiegie@gmail.com)
*/
package
com
.
yifu
.
cloud
.
plus
.
v1
.
yifu
.
archives
.
vo
;
import
com.alibaba.excel.annotation.ExcelProperty
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.SysAutoDictItem
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoEmpRuleInfo
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoRuleLog
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute
;
import
com.yifu.cloud.plus.v1.yifu.common.core.vo.RowIndex
;
import
io.swagger.v3.oas.annotations.media.Schema
;
import
lombok.Data
;
import
org.hibernate.validator.constraints.Length
;
import
javax.validation.constraints.NotBlank
;
import
java.io.Serializable
;
import
java.util.Date
;
import
java.util.List
;
/**
* 项目配置表主表--详情
*
* @author fxj
* @date 2025-03-13 15:15:26
*/
@Data
public
class
TAutoMainRelDetailVo
implements
Serializable
{
//项目配置主表
private
TAutoMainRel
autoMainRel
;
//档案管理规则配置表
private
TAutoEmpRuleInfo
autoEmpRuleInfo
;
//项目配置日志表
private
List
<
TAutoRuleLog
>
autoRuleLogs
;
//岗位信息表
private
List
<
SysAutoDictItem
>
autoDictItems
;
//项目信息表
private
TSettleDomainSelectVo
settleDomainVo
;
}
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/TAutoMainRelController.java
View file @
e6cfd6fd
...
@@ -21,8 +21,11 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
...
@@ -21,8 +21,11 @@ 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.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.service.TAutoMainRelService
;
import
com.yifu.cloud.plus.v1.yifu.archives.service.TAutoMainRelService
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelAddVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelDetailVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelExportVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelExportVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage
;
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.common.core.vo.YifuUser
;
import
com.yifu.cloud.plus.v1.yifu.common.core.vo.YifuUser
;
...
@@ -84,41 +87,50 @@ public class TAutoMainRelController {
...
@@ -84,41 +87,50 @@ public class TAutoMainRelController {
}
}
/**
/**
* 通过id查询项目配置表主表
* 通过id查询项目配置表主表
及相关信息
* @param id id
* @param id id
* @return R
* @return R
*/
*/
@Operation
(
summary
=
"通过id查询"
,
description
=
"通过id查询
:hasPermission('demo_tautomainrel_get')
"
)
@Operation
(
summary
=
"通过id查询"
,
description
=
"通过id查询"
)
@GetMapping
(
"/{id}"
)
@GetMapping
(
"/{id}"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautomainrel_get')"
)
public
R
<
TAutoMainRelDetailVo
>
getById
(
@PathVariable
(
"id"
)
String
id
)
{
public
R
<
TAutoMainRel
>
getById
(
@PathVariable
(
"id"
)
String
id
)
{
return
tAutoMainRelService
.
getByIdAsso
(
id
);
return
R
.
ok
(
tAutoMainRelService
.
getById
(
id
));
}
/**
* 通过id查询项目配置表主表及相关信息
* @param deptId deptNo
* @return R
*/
@Operation
(
summary
=
"通过项目信息查询项目配置"
,
description
=
"通过项目信息查询项目配置"
)
@GetMapping
(
"/getProjectRule"
)
public
R
<
TAutoMainRelDetailVo
>
getProjectRule
(
@RequestParam
(
required
=
false
)
String
deptId
,
@RequestParam
(
required
=
false
)
String
deptNo
)
{
return
tAutoMainRelService
.
getProjectRule
(
deptId
,
deptNo
);
}
}
/**
/**
* 新增项目配置表主表
* 新增项目配置表主表
* @param
tAutoMainRel
项目配置表主表
* @param
entity
项目配置表主表
* @return R
* @return R
*/
*/
@Operation
(
summary
=
"新增项目配置表主表"
,
description
=
"新增项目配置表主表:hasPermission('demo_tautomainrel_add')"
)
@Operation
(
summary
=
"新增项目配置表"
,
description
=
"新增项目配置表"
)
@SysLog
(
"新增项目配置表主表"
)
@SysLog
(
"新增项目配置表"
)
@PostMapping
@PostMapping
(
"/save"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautomainrel_add')"
)
public
R
<
Boolean
>
save
(
@RequestBody
TAutoMainRelAddVo
entity
)
{
public
R
<
Boolean
>
save
(
@RequestBody
TAutoMainRel
tAutoMainRel
)
{
return
tAutoMainRelService
.
saveAsso
(
entity
);
return
R
.
ok
(
tAutoMainRelService
.
save
(
tAutoMainRel
));
}
}
/**
/**
* 修改项目配置表主表
* 修改项目配置表主表
* @param
tAutoMainRel 项目配置表主表
* @param
entity 项目配置表修改
* @return R
* @return R
*/
*/
@Operation
(
summary
=
"修改项目配置表主表"
,
description
=
"修改项目配置表主表:hasPermission('demo_tautomainrel_edit')"
)
@Operation
(
summary
=
"修改项目配置表主表"
,
description
=
"修改项目配置表"
)
@SysLog
(
"修改项目配置表主表"
)
@SysLog
(
"修改项目配置表"
)
@PutMapping
@PutMapping
(
"/updateById"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautomainrel_edit')"
)
public
R
<
Boolean
>
updateById
(
@RequestBody
TAutoMainRelAddVo
entity
)
{
public
R
<
Boolean
>
updateById
(
@RequestBody
TAutoMainRel
tAutoMainRel
)
{
return
tAutoMainRelService
.
updateAsso
(
entity
);
return
R
.
ok
(
tAutoMainRelService
.
updateById
(
tAutoMainRel
));
}
}
/**
/**
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/TAutoRuleLogController.java
View file @
e6cfd6fd
...
@@ -63,93 +63,5 @@ public class TAutoRuleLogController {
...
@@ -63,93 +63,5 @@ public class TAutoRuleLogController {
public
R
<
IPage
<
TAutoRuleLog
>>
getTAutoRuleLogPage
(
Page
<
TAutoRuleLog
>
page
,
TAutoRuleLogSearchVo
tAutoRuleLog
)
{
public
R
<
IPage
<
TAutoRuleLog
>>
getTAutoRuleLogPage
(
Page
<
TAutoRuleLog
>
page
,
TAutoRuleLogSearchVo
tAutoRuleLog
)
{
return
new
R
<>(
tAutoRuleLogService
.
getTAutoRuleLogPage
(
page
,
tAutoRuleLog
));
return
new
R
<>(
tAutoRuleLogService
.
getTAutoRuleLogPage
(
page
,
tAutoRuleLog
));
}
}
/**
* 不分页查询
* @param tAutoRuleLog 规则变更日志表
* @return
*/
@Operation
(
summary
=
"不分页查询"
,
description
=
"不分页查询"
)
@PostMapping
(
"/noPage"
)
//@PreAuthorize("@pms.hasPermission('demo_tautorulelog_get')" )
public
R
<
List
<
TAutoRuleLog
>>
getTAutoRuleLogNoPage
(
@RequestBody
TAutoRuleLogSearchVo
tAutoRuleLog
)
{
return
R
.
ok
(
tAutoRuleLogService
.
noPageDiy
(
tAutoRuleLog
));
}
/**
* 通过id查询规则变更日志表
* @param id id
* @return R
*/
@Operation
(
summary
=
"通过id查询"
,
description
=
"通过id查询:hasPermission('demo_tautorulelog_get')"
)
@GetMapping
(
"/{id}"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog_get')"
)
public
R
<
TAutoRuleLog
>
getById
(
@PathVariable
(
"id"
)
String
id
)
{
return
R
.
ok
(
tAutoRuleLogService
.
getById
(
id
));
}
/**
* 新增规则变更日志表
* @param tAutoRuleLog 规则变更日志表
* @return R
*/
@Operation
(
summary
=
"新增规则变更日志表"
,
description
=
"新增规则变更日志表:hasPermission('demo_tautorulelog_add')"
)
@SysLog
(
"新增规则变更日志表"
)
@PostMapping
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog_add')"
)
public
R
<
Boolean
>
save
(
@RequestBody
TAutoRuleLog
tAutoRuleLog
)
{
return
R
.
ok
(
tAutoRuleLogService
.
save
(
tAutoRuleLog
));
}
/**
* 修改规则变更日志表
* @param tAutoRuleLog 规则变更日志表
* @return R
*/
@Operation
(
summary
=
"修改规则变更日志表"
,
description
=
"修改规则变更日志表:hasPermission('demo_tautorulelog_edit')"
)
@SysLog
(
"修改规则变更日志表"
)
@PutMapping
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog_edit')"
)
public
R
<
Boolean
>
updateById
(
@RequestBody
TAutoRuleLog
tAutoRuleLog
)
{
return
R
.
ok
(
tAutoRuleLogService
.
updateById
(
tAutoRuleLog
));
}
/**
* 通过id删除规则变更日志表
* @param id id
* @return R
*/
@Operation
(
summary
=
"通过id删除规则变更日志表"
,
description
=
"通过id删除规则变更日志表:hasPermission('demo_tautorulelog_del')"
)
@SysLog
(
"通过id删除规则变更日志表"
)
@DeleteMapping
(
"/{id}"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog_del')"
)
public
R
<
Boolean
>
removeById
(
@PathVariable
String
id
)
{
return
R
.
ok
(
tAutoRuleLogService
.
removeById
(
id
));
}
/**
* 规则变更日志表 批量导入
*
* @author fxj
* @date 2025-03-13 15:15:26
**/
@SneakyThrows
@Operation
(
description
=
"批量新增规则变更日志表 hasPermission('demo_tautorulelog-batch-import')"
)
@SysLog
(
"批量新增规则变更日志表"
)
@PostMapping
(
"/importListAdd"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog-batch-import')"
)
public
R
<
List
<
ErrorMessage
>>
importListAdd
(
@RequestBody
MultipartFile
file
){
return
tAutoRuleLogService
.
importDiy
(
file
.
getInputStream
());
}
/**
* 规则变更日志表 批量导出
* @author fxj
* @date 2025-03-13 15:15:26
**/
@Operation
(
description
=
"导出规则变更日志表 hasPermission('demo_tautorulelog-export')"
)
@PostMapping
(
"/export"
)
@PreAuthorize
(
"@pms.hasPermission('demo_tautorulelog-export')"
)
public
void
export
(
HttpServletResponse
response
,
@RequestBody
TAutoRuleLogSearchVo
searchVo
)
{
tAutoRuleLogService
.
listExport
(
response
,
searchVo
);
}
}
}
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/TAutoMainRelService.java
View file @
e6cfd6fd
...
@@ -21,6 +21,8 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
...
@@ -21,6 +21,8 @@ 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.baomidou.mybatisplus.extension.service.IService
;
import
com.baomidou.mybatisplus.extension.service.IService
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoMainRel
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelAddVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelDetailVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelExportVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelExportVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoMainRelSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage
;
...
@@ -49,4 +51,12 @@ public interface TAutoMainRelService extends IService<TAutoMainRel> {
...
@@ -49,4 +51,12 @@ public interface TAutoMainRelService extends IService<TAutoMainRel> {
void
listExport
(
HttpServletResponse
response
,
TAutoMainRelSearchVo
searchVo
);
void
listExport
(
HttpServletResponse
response
,
TAutoMainRelSearchVo
searchVo
);
List
<
TAutoMainRelExportVo
>
noPageDiy
(
TAutoMainRelSearchVo
searchVo
);
List
<
TAutoMainRelExportVo
>
noPageDiy
(
TAutoMainRelSearchVo
searchVo
);
R
<
TAutoMainRelDetailVo
>
getByIdAsso
(
String
id
);
R
<
Boolean
>
saveAsso
(
TAutoMainRelAddVo
entity
);
R
<
Boolean
>
updateAsso
(
TAutoMainRelAddVo
entity
);
R
<
TAutoMainRelDetailVo
>
getProjectRule
(
String
deptId
,
String
deptNo
);
}
}
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/TAutoRuleLogService.java
View file @
e6cfd6fd
...
@@ -22,12 +22,6 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
...
@@ -22,12 +22,6 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import
com.baomidou.mybatisplus.extension.service.IService
;
import
com.baomidou.mybatisplus.extension.service.IService
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoRuleLog
;
import
com.yifu.cloud.plus.v1.yifu.archives.entity.TAutoRuleLog
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoRuleLogSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.archives.vo.TAutoRuleLogSearchVo
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.ErrorMessage
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
import
javax.servlet.http.HttpServletResponse
;
import
java.io.InputStream
;
import
java.util.List
;
/**
/**
* 规则变更日志表
* 规则变更日志表
...
@@ -36,16 +30,8 @@ import java.util.List;
...
@@ -36,16 +30,8 @@ import java.util.List;
* @date 2025-03-13 15:15:26
* @date 2025-03-13 15:15:26
*/
*/
public
interface
TAutoRuleLogService
extends
IService
<
TAutoRuleLog
>
{
public
interface
TAutoRuleLogService
extends
IService
<
TAutoRuleLog
>
{
/**
* 规则变更日志表简单分页查询
* @param tAutoRuleLog 规则变更日志表
* @return
*/
IPage
<
TAutoRuleLog
>
getTAutoRuleLogPage
(
Page
<
TAutoRuleLog
>
page
,
TAutoRuleLogSearchVo
tAutoRuleLog
);
R
<
List
<
ErrorMessage
>>
importDiy
(
InputStream
inputStream
);
IPage
<
TAutoRuleLog
>
getTAutoRuleLogPage
(
Page
<
TAutoRuleLog
>
page
,
TAutoRuleLogSearchVo
tAutoRuleLog
);
void
listExport
(
HttpServletResponse
response
,
TAutoRuleLogSearchVo
searchVo
);
List
<
TAutoRuleLog
>
noPageDiy
(
TAutoRuleLogSearchVo
searchV
o
);
<
T
>
TAutoRuleLog
saveModificationRecord
(
Integer
type
,
String
mainId
,
T
oldInfo
,
T
newInf
o
);
}
}
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TAutoMainRelServiceImpl.java
View file @
e6cfd6fd
This diff is collapsed.
Click to expand it.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TAutoRuleLogServiceImpl.java
View file @
e6cfd6fd
This diff is collapsed.
Click to expand it.
yifu-common/yifu-common-core/src/main/java/com/yifu/cloud/plus/v1/yifu/common/core/constant/CommonConstants.java
View file @
e6cfd6fd
...
@@ -347,6 +347,8 @@ public interface CommonConstants {
...
@@ -347,6 +347,8 @@ public interface CommonConstants {
String
PLEASE_LOG_IN
=
"请登录!"
;
String
PLEASE_LOG_IN
=
"请登录!"
;
String
INIT_DATA_GET_FAIL
=
"初试化数据失败,请检查传参!"
;
String
SEX_MAN
=
"1"
;
String
SEX_MAN
=
"1"
;
String
SEX_WONMAN
=
"2"
;
String
SEX_WONMAN
=
"2"
;
String
SALARY_ISFLAG
=
"已结算"
;
String
SALARY_ISFLAG
=
"已结算"
;
...
@@ -660,4 +662,5 @@ public interface CommonConstants {
...
@@ -660,4 +662,5 @@ public interface CommonConstants {
public
static
final
String
DELETE_FLAG
=
"1"
;
public
static
final
String
DELETE_FLAG
=
"1"
;
//单条数据检索SQL
//单条数据检索SQL
public
static
final
String
SQL_LIMIT_ONE
=
" limit 1 "
;
public
static
final
String
SQL_LIMIT_ONE
=
" limit 1 "
;
String
POST_TYPE
=
"post_type"
;
}
}
yifu-common/yifu-common-core/src/main/java/com/yifu/cloud/plus/v1/yifu/common/core/constant/ServiceNameConstants.java
View file @
e6cfd6fd
...
@@ -52,4 +52,6 @@ public interface ServiceNameConstants {
...
@@ -52,4 +52,6 @@ public interface ServiceNameConstants {
String
CLIENT_ID_HR_B
=
"hrCustomer"
;
String
CLIENT_ID_HR_B
=
"hrCustomer"
;
String
SERVICE_NAME_MVP
=
"mvp"
;
String
SERVICE_NAME_MVP
=
"mvp"
;
String
SERVICE_CLIENT_ID_MVP
=
"yifu-mvp"
;
}
}
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