瀏覽代碼

update

main
HouYi 3 月之前
父節點
當前提交
836cc61818

+ 3
- 3
build.gradle 查看文件

@@ -170,6 +170,6 @@ sourceSets {
}
}

//test {
// enabled = false
//}
test {
enabled = false
}

+ 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) {

+ 4
- 0
src/main/java/com/qtzl/alterSales/manager/service/AflBlackInfoManagerImpl.java 查看文件

@@ -88,6 +88,10 @@ public class AflBlackInfoManagerImpl implements AflBlackInfoManager {
}
//
if (null == blackInfo) {
if (BlacklistOpType.OUT.equals(opType)){
log.warn("协议号:{},本地没有下黑记录,不访问路网进行反白...{}", agreementNum, opType.getValue());
return false;
}
blackInfo = new AflBlackInfo();
}
orderId = StringUtils.isEmpty(orderId) ? "DEFAULT" : orderId;

+ 1
- 1
src/main/resources/application.yml 查看文件

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

Loading…
取消
儲存