Commit fb0b1656 by 徐高华

队列延时10秒

parent 9a790f77
...@@ -95,7 +95,6 @@ public class AuditApiServiceImpl implements AuditApiService { ...@@ -95,7 +95,6 @@ public class AuditApiServiceImpl implements AuditApiService {
return PageUtil.changePageHelperToCurrentPage(page, AuditDTO.class); return PageUtil.changePageHelperToCurrentPage(page, AuditDTO.class);
} }
@Transactional
@Override @Override
public String audit(String batchId, String auditId, String auditName, String optStaffId) { public String audit(String batchId, String auditId, String auditName, String optStaffId) {
TabHaobanAudit tab = auditMapper.selectByPrimaryKey(auditId); TabHaobanAudit tab = auditMapper.selectByPrimaryKey(auditId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment