|
|
@@ -90,7 +90,6 @@ public class FsStoreProductScrmController extends BaseController {
|
|
|
* 判断该药店的经营许可证是否允许上架该商品
|
|
|
* @param fsStoreProduct
|
|
|
*/
|
|
|
- @Log(title = "商品管理", businessType = BusinessType.AUDIT, isStoreLog = true, logParam = {"商品", "判断该药店的经营许可证是否允许上架该商品"})
|
|
|
@PostMapping("/checkStoreDrugLicense")
|
|
|
public R checkStoreDrugLicense(@RequestBody FsStoreProductAddEditParam fsStoreProduct) {
|
|
|
return R.ok().put("data", fsStoreProductService.checkStoreDrugLicense(fsStoreProduct.getStoreId(), fsStoreProduct.getCateId()));
|