添加起始日期

beta
路明慧 2 years ago
parent 731962cc13
commit 792eb9a516
  1. 1
      jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java

@ -2069,6 +2069,7 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService {
}catch (Exception e){
log.error("反序列化失败异常",e);
throw new JianshuiServiceException("起始日期反序列化失败");
}
JSONObject param = new JSONObject();
param.put(ElephantConstants.YHJSLX,ElephantConstants.STRING_0);

Loading…
Cancel
Save