|
|
|
@ -7,12 +7,14 @@ import com.jianshui.common.enums.ErrorCode; |
|
|
|
|
import com.jianshui.common.exception.jianshui.JianshuiParamErrorException; |
|
|
|
|
import com.jianshui.common.utils.StringUtils; |
|
|
|
|
import com.jianshui.common.utils.spring.SpringUtils; |
|
|
|
|
import com.jianshui.common.utils.uuid.UUID; |
|
|
|
|
import com.jianshui.invoice.domain.BillInfo; |
|
|
|
|
import com.jianshui.invoice.domain.dto.HXResponse; |
|
|
|
|
import com.jianshui.invoice.service.IInvoiceApiService; |
|
|
|
|
import com.jianshui.system.mapper.CompanyserviceMapper; |
|
|
|
|
import com.jianshui.system.mapper.ServiceManageMapper; |
|
|
|
|
import com.jianshui.system.service.IServiceManageService; |
|
|
|
|
import nuonuo.open.sdk.NNOpenSDK; |
|
|
|
|
|
|
|
|
|
import javax.servlet.http.HttpServletRequest; |
|
|
|
|
|
|
|
|
@ -56,7 +58,7 @@ public class ApiRequestUtils { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 坑比诺诺2.0
|
|
|
|
|
// 诺诺2.0
|
|
|
|
|
sellertax = request.getHeader("taxNum"); |
|
|
|
|
if (StringUtils.isNotEmpty(sellertax)) { |
|
|
|
|
CompanyserviceMapper companyserviceMapper = SpringUtils.getBean(CompanyserviceMapper.class); |
|
|
|
@ -66,7 +68,7 @@ public class ApiRequestUtils { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 大坑比诺诺2.0
|
|
|
|
|
// 诺诺2.0
|
|
|
|
|
sellertax = request.getHeader("taxnum"); |
|
|
|
|
if (StringUtils.isNotEmpty(sellertax)) { |
|
|
|
|
CompanyserviceMapper companyserviceMapper = SpringUtils.getBean(CompanyserviceMapper.class); |
|
|
|
|