houyi 1 год назад
Родитель
Сommit
79682bbad5

+ 1
- 1
src/main/java/com/qtzl/alterSales/UserApplication.java Просмотреть файл

@@ -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 Просмотреть файл

@@ -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 Просмотреть файл

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

Загрузка…
Отмена
Сохранить