From 4b27c818a0fdba18153f0e3e67229092e9c9ed3f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 22 七月 2021 10:59:07 +0800
Subject: [PATCH] 优化代码
---
service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java b/service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java
index 590bc4d..9a2a28a 100755
--- a/service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java
+++ b/service-front/src/main/java/com/java110/front/smo/purchaseApply/impl/ListPurchaseApplysSMOImpl.java
@@ -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);
--
Gitblit v1.8.0