huangxingxing 1 år sedan
förälder
incheckning
1d86644b0f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/AFT001Service.java

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

@@ -379,7 +379,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 				}
 				msg.setParamJson(XiJsonUtil.objectToJson(preMsg));
 			}catch (Exception e){
-				throw new BusinessException("MESH00002");
+				throw new BusinessException("EB4000015");
 			}
 		}
 		MFMqUtils.get(CaeMQ.class).sendCaein(XiJsonUtil.objectToJson(msg));