新增转租管理;
结构调整
This commit is contained in:
@@ -100,7 +100,7 @@ public class TowerContractController extends BaseController {
|
||||
@PutMapping()
|
||||
public ApiResult<?> update(@RequestBody TowerContract towerContract) {
|
||||
if (towerContractService.updateById(towerContract)) {
|
||||
return success("修改成功");
|
||||
return success(towerContract.getContractId());
|
||||
}
|
||||
return fail("修改失败");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user