Commit bd5c0b50 authored by hongguangwu's avatar hongguangwu

MVP1.7.18-优化

parent 6620208b
...@@ -483,7 +483,11 @@ public class SocialFriendConfig { ...@@ -483,7 +483,11 @@ public class SocialFriendConfig {
} }
} else { } else {
if (Common.isNotNull(vo.getYbsfqzcb())) { if (Common.isNotNull(vo.getYbsfqzcb())) {
tszdxx.put("ybsfqzcb", vo.getYbsfqzcb()); if (CommonConstants.ONE_STRING.equals(vo.getYbsfqzcb())) {
tszdxx.put("ybsfqzcb", "是");
} else if (CommonConstants.ZERO_STRING.equals(vo.getYbsfqzcb())) {
tszdxx.put("ybsfqzcb", "否");
}
} }
// 增员、减员必填 // 增员、减员必填
tszdxx.put("qyzgjbylbxcbdjb", arr); tszdxx.put("qyzgjbylbxcbdjb", arr);
......
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