报工重发接口,错误信息拼接

master
zpl 3 years ago
parent f2946889ea
commit 83a2f6f445

@ -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());

Loading…
Cancel
Save