修改空指针报错的问题
This commit is contained in:
@@ -17,7 +17,7 @@ public interface PpPackageService extends IService<PpPackage> {
|
||||
/**
|
||||
* 获取套餐推广开关
|
||||
*/
|
||||
Integer getPackagePromotionSwitch();
|
||||
Integer getPackagePromotionSwitch(Long shopId);
|
||||
|
||||
/**
|
||||
* 更新套餐开关
|
||||
|
||||
Reference in New Issue
Block a user