Browse Source

代码优化开发20211022_2

MSY 3 years ago
parent
commit
3168eab8f7

+ 1 - 1
src/main/java/com/jkcredit/invoice/credit/custInterface/CustomerInterLowerServiceImpl.java

@@ -306,7 +306,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
             customerRec.setServiceEndTime(DateUtil.getDistanceHoursFormat(serviceEndTime));//服务结束时间
             customerRec.setServiceType(serviceType);//协议类型
             customerRec.setLowerFileName(contractFileName);//协议名称
-            customerRec.setLowerBase64Str(base64Str);//协议base64编码
+            customerRec.setLowerBase64Str(base64Str.replaceAll(" ","+"));//协议base64编码
             customerRec.setCustomerName(appKey);//客户名称
             customerRec.setCompanyNum(companyNum);
             customerRec.setInterType(0);//接口