|
|
@@ -15,7 +15,6 @@ import com.goafanti.order.service.OrderNewService;
|
|
|
import com.goafanti.techproject.enums.TaskState;
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import java.math.BigDecimal;
|
|
|
@@ -65,7 +64,7 @@ public class ProjectDistributionAsyncService {
|
|
|
|
|
|
|
|
|
|
|
|
- @Transactional
|
|
|
+
|
|
|
public void pushProjectDistribution(Integer taskId, String taskReceiverId, Integer type, TOrderTask t, TOrderNew tn, Date date, Admin a) {
|
|
|
List<String> aids = new ArrayList<>();
|
|
|
aids.add(taskReceiverId);
|