修改文件访问路径
This commit is contained in:
parent
44d9882009
commit
4c761da60a
|
|
@ -268,7 +268,7 @@ public class ProductServiceImpl implements ProductService {
|
|||
//查看差评是否被使用
|
||||
Integer isCz=mapper.getProductOnCz(product);
|
||||
if(isCz!=null && isCz>0){
|
||||
return AjaxResult.error("改产品已和宣传物料绑定,不允许删除");
|
||||
return AjaxResult.error("该产品已和宣传物料绑定,请先解绑后删除!");
|
||||
}
|
||||
|
||||
//删除图片
|
||||
|
|
|
|||
Loading…
Reference in New Issue