|
@@ -201,7 +201,7 @@ public class FactorEnchanceController extends JeecgController<FactorEnchance, IF
|
|
|
*/
|
|
*/
|
|
|
@AutoLog(value = "factor_enchance-批量删除")
|
|
@AutoLog(value = "factor_enchance-批量删除")
|
|
|
@ApiOperation(value = "factor_enchance-批量删除", notes = "factor_enchance-批量删除")
|
|
@ApiOperation(value = "factor_enchance-批量删除", notes = "factor_enchance-批量删除")
|
|
|
- @RequiresPermissions("medical:factor_enchance:deleteBatch")
|
|
|
|
|
|
|
+// @RequiresPermissions("medical:factor_enchance:deleteBatch")
|
|
|
@DeleteMapping(value = "/deleteBatch")
|
|
@DeleteMapping(value = "/deleteBatch")
|
|
|
public Result<String> deleteBatch(@RequestParam(name = "ids", required = true) String ids) {
|
|
public Result<String> deleteBatch(@RequestParam(name = "ids", required = true) String ids) {
|
|
|
this.factorEnchanceService.removeByIds(Arrays.asList(ids.split(",")));
|
|
this.factorEnchanceService.removeByIds(Arrays.asList(ids.split(",")));
|
|
@@ -248,7 +248,7 @@ public class FactorEnchanceController extends JeecgController<FactorEnchance, IF
|
|
|
* @param response
|
|
* @param response
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @RequiresPermissions("medical:factor_enchance:importExcel")
|
|
|
|
|
|
|
+// @RequiresPermissions("medical:factor_enchance:importExcel")
|
|
|
@RequestMapping(value = "/importExcel", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/importExcel", method = RequestMethod.POST)
|
|
|
public Result<?> importExcel(HttpServletRequest request, HttpServletResponse response) {
|
|
public Result<?> importExcel(HttpServletRequest request, HttpServletResponse response) {
|
|
|
return super.importExcel(request, response, FactorEnchance.class);
|
|
return super.importExcel(request, response, FactorEnchance.class);
|