Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
info-publish-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
赵啸非
info-publish-platform
Commits
65d4a2fd
Commit
65d4a2fd
authored
Dec 07, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改同步逻辑
parent
cef29660
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
info-publish-manager/src/main/bin/start.cmd
info-publish-manager/src/main/bin/start.cmd
+1
-1
info-publish-manager/src/main/java/com/mortals/xhx/common/code/SexEnum.java
...er/src/main/java/com/mortals/xhx/common/code/SexEnum.java
+2
-2
info-publish-manager/src/main/java/com/mortals/xhx/module/workman/model/WorkmanEntity.java
...a/com/mortals/xhx/module/workman/model/WorkmanEntity.java
+1
-1
info-publish-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+2
-2
No files found.
info-publish-manager/src/main/bin/start.cmd
View file @
65d4a2fd
...
@@ -10,7 +10,7 @@ set PROJECT_NAME=@project.artifactId@
...
@@ -10,7 +10,7 @@ set PROJECT_NAME=@project.artifactId@
set
APP_NAME
=
%PROJECT_NAME%
-
@project.version@.jar
set
APP_NAME
=
%PROJECT_NAME%
-
@project.version@.jar
set
LOG_PATH
=
"
%BASEDIR%
@profiles.log.path@/
%PROJECT_NAME%
"
set
LOG_PATH
=
"@profiles.log.path@/
%PROJECT_NAME%
"
if
not
exist
"
%LOG_PATH%
"
md
"
%LOG_PATH%
"
if
not
exist
"
%LOG_PATH%
"
md
"
%LOG_PATH%
"
set
GC_PATH
=
%LOG_PATH%
/gc
.log
set
GC_PATH
=
%LOG_PATH%
/gc
.log
set
HS_ERR_PATH
=
%LOG_PATH%
PORT
%
-hs
_err.log
set
HS_ERR_PATH
=
%LOG_PATH%
PORT
%
-hs
_err.log
...
...
info-publish-manager/src/main/java/com/mortals/xhx/common/code/SexEnum.java
View file @
65d4a2fd
...
@@ -9,8 +9,8 @@ import java.util.Map;
...
@@ -9,8 +9,8 @@ import java.util.Map;
* @author zxfei
* @author zxfei
*/
*/
public
enum
SexEnum
{
public
enum
SexEnum
{
男
(
0
,
"男"
),
男
(
1
,
"男"
),
女
(
1
,
"女"
);
女
(
2
,
"女"
);
private
Integer
value
;
private
Integer
value
;
private
String
desc
;
private
String
desc
;
...
...
info-publish-manager/src/main/java/com/mortals/xhx/module/workman/model/WorkmanEntity.java
View file @
65d4a2fd
...
@@ -69,7 +69,7 @@ public class WorkmanEntity extends WorkmanVo {
...
@@ -69,7 +69,7 @@ public class WorkmanEntity extends WorkmanVo {
public
void
initAttrValue
(){
public
void
initAttrValue
(){
this
.
name
=
""
;
this
.
name
=
""
;
this
.
sex
=
0
;
this
.
sex
=
1
;
this
.
userPost
=
""
;
this
.
userPost
=
""
;
this
.
phone
=
""
;
this
.
phone
=
""
;
this
.
mobile
=
""
;
this
.
mobile
=
""
;
...
...
info-publish-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
65d4a2fd
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"yibin"
:
{
"yibin"
:
{
"baseUrl"
:
"http://10.12.185.213:11085/office"
"baseUrl"
:
"http://10.12.185.213:11085/office"
},
},
"
yibi
n-web"
:
{
"
xuanha
n-web"
:
{
"baseUrl"
:
"http://
112.19.80.237:11085/office
"
"baseUrl"
:
"http://
8.136.255.30:1019/infopublish
"
}
}
}
}
\ No newline at end of file
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