Commit acb3cb5e authored by Data-王博's avatar Data-王博

湖北消金 - 解决空行问题。

parent ee8266cc
......@@ -363,10 +363,10 @@ public class HuBeiServiceImpl implements IHuBeiService {
logger.info("jsonBean is null, history={}", JSON.toJSONString(history));
}
}
if(index==size-1){
if(index==0){
stringBuilder.append(huBeiHandlerDispatcher.builder(hubeiCFCDataType,history));
}else {
stringBuilder.append(huBeiHandlerDispatcher.builder(hubeiCFCDataType,history)).append("\r");
stringBuilder.append("\r").append(huBeiHandlerDispatcher.builder(hubeiCFCDataType,history));
}
}
if(!CollectionUtils.isEmpty(errorHuBeiHistoryList)){
......
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