Commit 65d4a2fd authored by 赵啸非's avatar 赵啸非

修改同步逻辑

parent cef29660
...@@ -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
......
...@@ -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;
......
...@@ -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 = "";
......
...@@ -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"
}, },
"yibin-web": { "xuanhan-web": {
"baseUrl": "http://112.19.80.237:11085/office" "baseUrl": "http://8.136.255.30:1019/infopublish"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment