wuxw пре 3 година
родитељ
комит
d64203440e

+ 1 - 1
service-job/src/main/java/com/java110/job/adapt/hcGov/owner/AddOwnerToHcGovAdapt.java

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