|
|
@@ -66,7 +66,7 @@ public class FsPackageController extends BaseController
|
|
|
public TableDataInfo list(FsPackageParam fsPackage)
|
|
|
{
|
|
|
|
|
|
- if (fsPackage != null && fsPackage.getIsShow() == 2 && CloudHostUtils.hasCloudHostName("金牛明医")){
|
|
|
+ if (fsPackage != null && fsPackage.getIsShow() != null && fsPackage.getIsShow() == 2 && CloudHostUtils.hasCloudHostName("金牛明医")){
|
|
|
//康年商城套餐
|
|
|
String urlPath = "https://admin.kangniantangyiyao.top/prod-api/store/store/storeProductPackage/list";
|
|
|
Map<String, Object> map = new HashMap<>();
|