|
@@ -578,7 +578,7 @@ public class ExcelTabController extends BladeController {
|
|
/**
|
|
/**
|
|
*保存用户填报数据接口
|
|
*保存用户填报数据接口
|
|
*/
|
|
*/
|
|
- @PostMapping("/save_buss_data_bak")
|
|
|
|
|
|
+ @PostMapping("/save_buss_data")
|
|
@ApiOperationSupport(order = 13)
|
|
@ApiOperationSupport(order = 13)
|
|
@ApiOperation(value = "填报页面数据保存", notes = "填报页面数据保存")
|
|
@ApiOperation(value = "填报页面数据保存", notes = "填报页面数据保存")
|
|
public R<String> saveBussData(@Valid @RequestBody JSONObject dataInfo, BladeUser bladeUser) throws IOException {
|
|
public R<String> saveBussData(@Valid @RequestBody JSONObject dataInfo, BladeUser bladeUser) throws IOException {
|
|
@@ -1554,7 +1554,7 @@ public class ExcelTabController extends BladeController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- @PostMapping("/save_buss_data")
|
|
|
|
|
|
+ @PostMapping("/save_buss_data_bak")
|
|
@ApiOperationSupport(order = 13)
|
|
@ApiOperationSupport(order = 13)
|
|
@ApiOperation(value = "填报页面数据保存", notes = "填报页面数据保存")
|
|
@ApiOperation(value = "填报页面数据保存", notes = "填报页面数据保存")
|
|
public R<String> _saveBussData(@Valid @RequestBody JSONObject dataInfo, BladeUser bladeUser) throws IOException {
|
|
public R<String> _saveBussData(@Valid @RequestBody JSONObject dataInfo, BladeUser bladeUser) throws IOException {
|