|
|
@@ -150,7 +150,7 @@ public class AddOwnerToHcGovAdapt extends DatabusAdaptImpl {
|
|
|
body.put("maritalStatus", "N");
|
|
|
body.put("religiousBelief", "无");
|
|
|
body.put("ramark", ownerPo.getRemark());
|
|
|
- body.put("extRoomId", extRoomId);
|
|
|
+ body.put("extRoomId", extRoomId.toJSONString());
|
|
|
body.put("ownerType", "2002");
|
|
|
body.put("ownerAddress", "无");
|
|
|
body.put("ownerTypeCd", ownerPo.getOwnerTypeCd());
|