ソースを参照

催款日志新增创建时间

anderx 4 年 前
コミット
d7eb5c3b4c
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

+ 2 - 0
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

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