java110
2021-08-18 e499e9113e3bcf942f631625ff9bee6fccb6924c
service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java
old mode 100644 new mode 100755
@@ -44,6 +44,7 @@
        paramIn.put("storeId",result.getStoreId());
        paramIn.put("storeTypeCd",result.getStoreTypeCd());
        paramIn.put("communityId",result.getCommunityId());
        paramIn.put("userId",result.getUserId());
        String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/purchaseApply.listPurchaseApplys" + mapToUrlParam(paramIn);