areisy 查验保存结果增加事务

release
yefei 2 years ago
parent 843bc73a7a
commit 35739ed1f7
  1. 1
      dxhy-erp/src/main/java/com/dxhy/erp/service/impl/SignSaveInvoiceInfoServiceImpl.java

@ -55,6 +55,7 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord
private String taxRate; private String taxRate;
@Override @Override
@Transactional(rollbackFor = Exception.class)
public void saveQueryInvoiceResult(JSONObject queryInvoiceResult, String userName, String qsType, String dbName) { public void saveQueryInvoiceResult(JSONObject queryInvoiceResult, String userName, String qsType, String dbName) {
// 获取底账表信息 // 获取底账表信息

Loading…
Cancel
Save