dingxin 6 年前
父节点
当前提交
895931c135

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/SocialController.java 查看文件

321
 
321
 
322
     @ApiOperation(value = "添加二手租赁帖子", notes = "添加二手租赁帖子")
322
     @ApiOperation(value = "添加二手租赁帖子", notes = "添加二手租赁帖子")
323
     @ApiImplicitParams({
323
     @ApiImplicitParams({
324
-            @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题"),
324
+            @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题,status:"),
325
             @ApiImplicitParam(paramType = "header",dataType = "String",name = "X-Auth-Token",value = "Token")
325
             @ApiImplicitParam(paramType = "header",dataType = "String",name = "X-Auth-Token",value = "Token")
326
     })
326
     })
327
     @RequestMapping(value = "/addTransaction", method = RequestMethod.POST)
327
     @RequestMapping(value = "/addTransaction", method = RequestMethod.POST)

+ 2
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java 查看文件

1152
             roomInfoList.add(roomInfo.getPhaseName()
1152
             roomInfoList.add(roomInfo.getPhaseName()
1153
             +roomInfo.getBuildingName()
1153
             +roomInfo.getBuildingName()
1154
             +roomInfo.getUnitName()
1154
             +roomInfo.getUnitName()
1155
-            +roomInfo.getLevelName());
1155
+            +roomInfo.getLevelName()
1156
+            +roomInfo.getRoomNoName());
1156
         }
1157
         }
1157
         Map<String, Object> map = Maps.newHashMap();
1158
         Map<String, Object> map = Maps.newHashMap();
1158
         /*当前房产信息*/
1159
         /*当前房产信息*/

+ 1
- 1
VUECODE/smart-property-manage/src/views/social/activity/info/index.vue 查看文件

181
 
181
 
182
 }
182
 }
183
 .activityTile{
183
 .activityTile{
184
-  font-size: 5px;
184
+  font-size: 14px;
185
 }
185
 }
186
 .activityContext{
186
 .activityContext{
187
   margin-bottom: 20px;
187
   margin-bottom: 20px;

+ 0
- 1
VUECODE/smart-property-manage/src/views/social/transaction/transactionAdd.vue 查看文件

44
         </div>
44
         </div>
45
       </el-form-item>
45
       </el-form-item>
46
       <el-form-item>
46
       <el-form-item>
47
-        <el-button @click="resetForm('ruleForm','2')">存为草稿</el-button>
48
         <el-button type="primary" @click="submitForm('ruleForm','1')">发布</el-button>
47
         <el-button type="primary" @click="submitForm('ruleForm','1')">发布</el-button>
49
       </el-form-item>
48
       </el-form-item>
50
     </el-form>
49
     </el-form>