Explorar o código

修复添加小区时未添加审核状态问题

wuxw %!s(int64=6) %!d(string=hai) anos
pai
achega
65f5cd6ee5

+ 1 - 0
Api/src/main/java/com/java110/api/listener/community/SaveCommunityListener.java

@@ -143,6 +143,7 @@ public class SaveCommunityListener extends AbstractServiceApiListener {
         business.put(CommonConstant.HTTP_INVOKE_MODEL, CommonConstant.HTTP_INVOKE_MODEL_S);
         business.put(CommonConstant.HTTP_INVOKE_MODEL, CommonConstant.HTTP_INVOKE_MODEL_S);
         JSONObject businessCommunity = new JSONObject();
         JSONObject businessCommunity = new JSONObject();
         businessCommunity.putAll(paramInJson);
         businessCommunity.putAll(paramInJson);
+        businessCommunity.put("state","1000");
         //计算 应收金额
         //计算 应收金额
         business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put("businessCommunity", businessCommunity);
         business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put("businessCommunity", businessCommunity);
         return business;
         return business;