huangxingxing 2 年之前
父节点
当前提交
e5b87490f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

+ 1 - 0
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -356,6 +356,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 				}
 				}
 				msg.setParamJson(XiJsonUtil.objectToJson(meshMsg));
 				msg.setParamJson(XiJsonUtil.objectToJson(meshMsg));
 			}catch (Exception e){
 			}catch (Exception e){
+				System.out.println(e.getMessage());
 				throw new BusinessException("MESH00002");
 				throw new BusinessException("MESH00002");
 			}
 			}
 		}
 		}