Browse Source

update

shuiqilin
houyi 1 year ago
parent
commit
79682bbad5

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

@SpringBootApplication @SpringBootApplication
@EnableAspectJAutoProxy(proxyTargetClass = true) @EnableAspectJAutoProxy(proxyTargetClass = true)
@EnableTransactionManagement @EnableTransactionManagement
// @EnableScheduling
@EnableScheduling
public class UserApplication extends SpringBootServletInitializer { public class UserApplication extends SpringBootServletInitializer {


public static void main(String[] args) { public static void main(String[] args) {

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

// 进行是否需要进行返白操作 // 进行是否需要进行返白操作
userStateHandler(fssPaccountPay, request.getPayId()); userStateHandler(fssPaccountPay, request.getPayId());
// //


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

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

spring: spring:
profiles: profiles:
active: dev
active: prod
# Redis数据源 # Redis数据源
# redis: # redis:
# # Redis数据库索引(默认为0) # # Redis数据库索引(默认为0)

Loading…
Cancel
Save