商品模块
This commit is contained in:
@@ -139,7 +139,7 @@ public class ConsInfoController {
|
||||
* @param id 耗材信息id
|
||||
* @param isStock 库存开关 1-开启 0-关闭
|
||||
*/
|
||||
@PostMapping("on-off")
|
||||
@PostMapping("onOff")
|
||||
@OperationLog("耗材信息-库存开关")
|
||||
//@SaAdminCheckPermission("consInfo:on-off")
|
||||
public CzgResult<Void> onOffConsInfo(@RequestParam Long id, @RequestParam Integer isStock) {
|
||||
|
||||
Reference in New Issue
Block a user