Browse Source

客户档案面谈信息详情修改

anderx 8 months ago
parent
commit
9259e80edb

+ 1 - 2
src/main/java/com/goafanti/order/service/impl/ProjectAsyncService.java

@@ -8,7 +8,6 @@ import com.goafanti.order.bo.InputSonProject;
 import com.goafanti.order.enums.NewProjectTypeEnum;
 import com.goafanti.order.service.OrderProjectService;
 import org.springframework.beans.BeanUtils;
-import org.springframework.scheduling.annotation.Async;
 import org.springframework.stereotype.Service;
 
 import javax.annotation.Resource;
@@ -16,7 +15,7 @@ import java.math.BigDecimal;
 import java.util.List;
 
 @Service
-@Async
+//@Async
 public class ProjectAsyncService {
     @Resource
     private BusinessProjectMapper businessProjectMapper;

+ 1 - 1
src/main/resources/props/config_local.properties

@@ -1,6 +1,6 @@
 dev.name=local
 jdbc.driverClassName=com.mysql.jdbc.Driver
-kede.version=1.3.42
+kede.version=1.3.43
 static.host=//static.jishutao.com/${kede.version}
 #static.host=//172.16.1.199:3000/${kede.version}
 #static.host=//172.16.1.187/${kede.version}