|
|
@@ -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;
|