Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chuanshan_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
chuanshan_gov_platform
Commits
8535598f
Commit
8535598f
authored
May 15, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
siteId默认值为-1改为null
parent
67cbe3f0
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
common-lib/src/main/java/com/mortals/xhx/common/pdu/matter/MatterPdu.java
...ain/java/com/mortals/xhx/common/pdu/matter/MatterPdu.java
+1
-1
knowledge-base/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
...ava/com/mortals/xhx/module/matter/model/MatterEntity.java
+1
-1
single-matter/src/main/java/com/mortals/xhx/module/apply/model/ApproverEntity.java
...va/com/mortals/xhx/module/apply/model/ApproverEntity.java
+2
-2
single-matter/src/main/java/com/mortals/xhx/module/apply/model/MatterApplyDatumEntity.java
...ortals/xhx/module/apply/model/MatterApplyDatumEntity.java
+5
-5
single-matter/src/main/java/com/mortals/xhx/module/apply/model/MatterApplyEntity.java
...com/mortals/xhx/module/apply/model/MatterApplyEntity.java
+3
-3
single-matter/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
...ava/com/mortals/xhx/module/matter/model/MatterEntity.java
+1
-1
single-matter/src/main/java/com/mortals/xhx/module/single/model/SingleMatterFileEntity.java
...rtals/xhx/module/single/model/SingleMatterFileEntity.java
+2
-2
No files found.
common-lib/src/main/java/com/mortals/xhx/common/pdu/matter/MatterPdu.java
View file @
8535598f
...
...
@@ -1765,7 +1765,7 @@ public class MatterPdu extends BaseEntityLong {
public
void
initAttrValue
()
{
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
tid
=
""
;
...
...
knowledge-base/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
View file @
8535598f
...
...
@@ -1791,7 +1791,7 @@ public class MatterEntity extends MatterVo {
public
void
initAttrValue
()
{
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
tid
=
""
;
...
...
single-matter/src/main/java/com/mortals/xhx/module/apply/model/ApproverEntity.java
View file @
8535598f
...
...
@@ -70,7 +70,7 @@ public class ApproverEntity extends ApproverVo {
public
void
initAttrValue
(){
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
fullName
=
""
;
...
...
@@ -80,7 +80,7 @@ public class ApproverEntity extends ApproverVo {
this
.
loginPwd
=
""
;
this
.
deptId
=
-
1L
;
this
.
deptId
=
null
;
this
.
deptCode
=
""
;
...
...
single-matter/src/main/java/com/mortals/xhx/module/apply/model/MatterApplyDatumEntity.java
View file @
8535598f
...
...
@@ -66,15 +66,15 @@ public class MatterApplyDatumEntity extends MatterApplyDatumVo {
public
void
initAttrValue
(){
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
applyId
=
-
1L
;
this
.
applyId
=
null
;
this
.
singleMatterId
=
-
1L
;
this
.
singleMatterId
=
null
;
this
.
matterId
=
-
1L
;
this
.
matterId
=
null
;
this
.
datumId
=
-
1L
;
this
.
datumId
=
null
;
this
.
materialName
=
""
;
...
...
single-matter/src/main/java/com/mortals/xhx/module/apply/model/MatterApplyEntity.java
View file @
8535598f
...
...
@@ -107,11 +107,11 @@ public class MatterApplyEntity extends MatterApplyVo {
public
void
initAttrValue
(){
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
singleMatterId
=
-
1L
;
this
.
singleMatterId
=
null
;
this
.
matterId
=
-
1L
;
this
.
matterId
=
null
;
this
.
deptCode
=
""
;
...
...
single-matter/src/main/java/com/mortals/xhx/module/matter/model/MatterEntity.java
View file @
8535598f
...
...
@@ -1789,7 +1789,7 @@ public class MatterEntity extends MatterVo {
public
void
initAttrValue
()
{
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
tid
=
""
;
...
...
single-matter/src/main/java/com/mortals/xhx/module/single/model/SingleMatterFileEntity.java
View file @
8535598f
...
...
@@ -58,9 +58,9 @@ public class SingleMatterFileEntity extends SingleMatterFileVo {
public
void
initAttrValue
(){
this
.
siteId
=
-
1L
;
this
.
siteId
=
null
;
this
.
matterId
=
-
1L
;
this
.
matterId
=
null
;
this
.
matterName
=
""
;
...
...
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