LuoDLeo 7 miesięcy temu
rodzic
commit
6b5b2b660c

+ 2 - 2
src/main/java/org/springblade/modules/api/mapper/VendingOrderMapper.java

@@ -1,14 +1,14 @@
 package org.springblade.modules.api.mapper;
 
+import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import org.springblade.modules.api.request.VendingOrderReq;
 import org.springblade.modules.finance.vo.OrderGoodsVO;
 import org.springblade.modules.finance.vo.OrderVO;
-import org.springframework.stereotype.Repository;
 
 import java.util.List;
 
-@Repository
+@Mapper
 public interface VendingOrderMapper {
 
     List<OrderGoodsVO> getVendingOrder(@Param("param") VendingOrderReq vendingOrderReq);

+ 1 - 1
src/main/java/org/springblade/modules/api/service/impl/VendingOrderServiceImpl.java

@@ -14,7 +14,7 @@ import java.util.List;
 /**
  * 售货机调用服务(无实体)
  */
-@Service("vendingOrderServiceImpl")
+@Service
 public class VendingOrderServiceImpl implements VendingOrderService {
 
     @Autowired

+ 3 - 3
src/main/resources/application-dev.yml

@@ -60,9 +60,9 @@ oss:
 wxpay:
   fileRootPath: D:\workspace\groupon-api\src\main\resources\cert\
   v3:
-    appId: wxf6dd733a0a8f0619
-    appIdxcx: wx932f9873f2dc5655
-    appSecretxcx: 8bc0543ac511a111f0c02dc887bdb8e2
+    appId: wxb36cbb868a7d2d68
+    appIdxcx: wxb36cbb868a7d2d68
+    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}cert/apiclient_cert.p12

+ 3 - 3
src/main/resources/application-prod.yml

@@ -42,9 +42,9 @@ blade:
 wxpay:
   fileRootPath: /usr/local/groupon/cert/
   v3:
-    appId: wxf6dd733a0a8f0619
-    appIdxcx: wxf6dd733a0a8f0619
-    appSecretxcx: cae93dde9b616dba74b8531f9d4cb7dc
+    appId: wxb36cbb868a7d2d68
+    appIdxcx: wxb36cbb868a7d2d68
+    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}cert/apiclient_cert.p12

+ 3 - 3
src/main/resources/application-test.yml

@@ -45,9 +45,9 @@ blade:
 wxpay:
   fileRootPath: /data/cert/wx/
   v3:
-    appId: wxf6dd733a0a8f0619
-    appIdxcx: wxf6dd733a0a8f0619
-    appSecretxcx: cae93dde9b616dba74b8531f9d4cb7dc
+    appId: wxb36cbb868a7d2d68
+    appIdxcx: wxb36cbb868a7d2d68
+    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}cert/apiclient_cert.p12