@ -27,7 +27,7 @@ public class IntegrationLogController {
try {
String str = integrationLogService.redoSend(integrationLog.getHandle());
if (str != null){
stringBuffer.append("ERP接口错误:" + str + ";");
stringBuffer.append(str + ";");
}
}catch (Exception e){
return R.failed("重发失败:" + e.getMessage());