|
|
@@ -72,6 +72,7 @@ import com.goafanti.organization.bo.OutPaymentNode;
|
|
|
import com.goafanti.organization.bo.OutThirdPartyCompany;
|
|
|
import com.goafanti.organization.bo.ProjectTypePuls;
|
|
|
import com.goafanti.patent.service.PatentNewService;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@Service
|
|
|
@EnableAsync
|
|
|
@@ -1302,6 +1303,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
|
|
|
|
|
|
@Override
|
|
|
+ @Transactional
|
|
|
public int pushOutsourceProjectAudit(TOrderOutsource o) {
|
|
|
o.setRefundStatus(0);
|
|
|
o.setCreateTime(new Date());
|