Browse Source

update

shuiqilin
houyi 1 year ago
parent
commit
79682bbad5

+ 1
- 1
src/main/java/com/qtzl/alterSales/UserApplication.java View File

@@ -17,7 +17,7 @@ import org.springframework.web.client.RestTemplate;
@SpringBootApplication
@EnableAspectJAutoProxy(proxyTargetClass = true)
@EnableTransactionManagement
// @EnableScheduling
@EnableScheduling
public class UserApplication extends SpringBootServletInitializer {

public static void main(String[] args) {

+ 0
- 2
src/main/java/com/qtzl/alterSales/manager/service/AflSupplementaryPayOrderServiceImpl.java View File

@@ -81,8 +81,6 @@ public class AflSupplementaryPayOrderServiceImpl implements AflSupplementaryPayO
// 进行是否需要进行返白操作
userStateHandler(fssPaccountPay, request.getPayId());
//


supplementaryPayOrderRepo.save(supplementaryPayOrder);
accountPayRepo.save(fssPaccountPay);
}

+ 1
- 1
src/main/resources/application.yml View File

@@ -1,6 +1,6 @@
spring:
profiles:
active: dev
active: prod
# Redis数据源
# redis:
# # Redis数据库索引(默认为0)

Loading…
Cancel
Save