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