Compare commits

..

No commits in common. "86c6b25f5d957e2bb6575e4102b0eaa914098c66" and "0ad1ac019d2e2b5bb44d3f3e23913786ab4c2fc6" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public class PurchaseMacodeInfoServiceImpl implements IPurchaseMacodeInfoService
* @return 结果
*/
@Override
@Transactional(rollbackFor=Exception.class)
@Transactional
public AjaxResult insertPurchaseMacodeInfo(List<PurchaseMacodeInfo> purchaseMacodeInfoList) throws Exception {
boolean b = true;
for (PurchaseMacodeInfo purchaseMacodeInfo : purchaseMacodeInfoList) {

View File

@ -152,7 +152,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
* @return 结果
*/
@Override
@Transactional(rollbackFor=Exception.class)
@Transactional
public int auditRepair(ScrapAudit scrapAudit) throws Exception {
String checkResult = scrapAudit.getCheckResult();
List<Long> taskIdList = scrapAudit.getTaskIdList();