Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
1785eb56
Commit
1785eb56
authored
Jan 11, 2024
by
lisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改使用登记流程逻辑
parent
9a9585d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+0
-0
urlInfo.json
...s-boot-module-jg-biz/src/main/resources/json/urlInfo.json
+2
-2
UseInfo.java
.../com/yeejoin/amos/boot/module/ymt/api/entity/UseInfo.java
+3
-3
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
View file @
1785eb56
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/json/urlInfo.json
View file @
1785eb56
...
...
@@ -75,13 +75,13 @@
"type"
:
"107"
,
"pageType"
:
"look"
,
"name"
:
"使用登记"
,
"url"
:
"
url:/mixuap?appId=1742358052905971713&id=1735202405437435906
&roleIds={roleIds}&userId={userId}&pageType=look"
"url"
:
"
/mixuap?appId=1742358052905971713&id=1734864899516952578
&roleIds={roleIds}&userId={userId}&pageType=look"
},
{
"type"
:
"107"
,
"pageType"
:
"edit"
,
"name"
:
"使用登记"
,
"url"
:
"
url:/mixuap?appId=1742358052905971713&id=1735202405437435906
&roleIds={roleIds}&userId={userId}&pageType=edit"
"url"
:
"
/mixuap?appId=1742358052905971713&id=1734864899516952578
&roleIds={roleIds}&userId={userId}&pageType=edit"
},
{
"type"
:
"108"
,
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/UseInfo.java
View file @
1785eb56
...
...
@@ -186,12 +186,12 @@ public class UseInfo extends AbstractEquipBaseEntity {
@TableField
(
value
=
"\"IS_NOT_ES\""
)
private
Integer
isNotEs
;
@TableField
(
value
=
"
NEXT_INSPECT_DATE
"
)
@TableField
(
value
=
"
\"NEXT_INSPECT_DATE\"
"
)
private
Date
nextInspectDate
;
@TableField
(
value
=
"
LAST_INSPECT_REPORT_NO
"
)
@TableField
(
value
=
"
\"LAST_INSPECT_REPORT_NO\"
"
)
private
String
lastInspectReportNo
;
@TableField
(
value
=
"
LAST_INSPECT_TYPE
"
)
@TableField
(
value
=
"
\"LAST_INSPECT_TYPE\"
"
)
private
String
lastInspectType
;
}
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