修复线上bug

parent dd525621
...@@ -451,9 +451,15 @@ public class InnerController implements IBaseController { ...@@ -451,9 +451,15 @@ public class InnerController implements IBaseController {
if (hasCar != null) { if (hasCar != null) {
info.setHasCar(hasCar); info.setHasCar(hasCar);
} }
if (hasSocialSecurity != null) { if (hasCreditCard != null) {
info.setHasCreditCard(hasCreditCard); info.setHasCreditCard(hasCreditCard);
} }
if (hasSocialSecurity != null) {
info.setHasSocialSecurity(hasSocialSecurity);
}
if (hasHouse != null) { if (hasHouse != null) {
info.setHasHouse(hasHouse); info.setHasHouse(hasHouse);
} }
......
...@@ -81,7 +81,7 @@ protocol.contentLength=1048576 ...@@ -81,7 +81,7 @@ protocol.contentLength=1048576
protocol.isDefault=true protocol.isDefault=true
#motan registry center #motan registry center
registry.protocol=zookeeper registry.protocol=zookeeper
registry.address=192.168.4.163:2181 registry.address=192.168.4.22:2181
motan.port=8086 motan.port=8086
motan.user.group=userGroup motan.user.group=userGroup
motan.user.module=user-motan-rpc motan.user.module=user-motan-rpc
......
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