ct 1 неделя назад
Родитель
Сommit
d24df6a31b

+ 1 - 1
fs-admin/src/main/java/com/fs/his/controller/FsPackageController.java

@@ -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<>();