java110
2021-09-11 432519830928c31017a148e19e21a82b6337f222
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);