|
@@ -202,10 +202,7 @@ public class TenantController extends BaseController {
|
|
|
@Log(title = "基础版升级", businessType = BusinessType.UPDATE)
|
|
|
@PreAuthorize("@ss.hasPermi('business:upgrade:order:edit')")
|
|
|
@PostMapping("/completeUpgrade/updateTenant")
|
|
|
- @Transactional
|
|
|
- public AjaxResult completeUpgrade(@RequestParam("tenantId")Long tenantId
|
|
|
- ,@RequestParam("versionId") Long versionId
|
|
|
- ){
|
|
|
+ public AjaxResult completeUpgrade(Long tenantId,Long versionId){
|
|
|
Tenant tenant = new Tenant();
|
|
|
String sessage = "升级成功";
|
|
|
tenant.setId(tenantId);
|