|
|
@@ -96,7 +96,7 @@ public class QpBottleStorageManageController extends BaseController
|
|
|
*/
|
|
|
@ApiOperation(value = "导出气瓶入库列表")
|
|
|
//@PreAuthorize(hasPermi = "airbottle:storage:export")
|
|
|
- @PreAuthorize(hasPermi = PerPrefix.AIRBOTTLE_STORAGE+ PerFun.EXPORT)
|
|
|
+// @PreAuthorize(hasPermi = PerPrefix.AIRBOTTLE_STORAGE+ PerFun.EXPORT)
|
|
|
@Log(title = "气瓶入库", businessType = BusinessType.EXPORT)
|
|
|
@PostMapping("/export")
|
|
|
public void export(HttpServletResponse response,QpBottleStorageVO qpBottleStorage) throws IOException
|