Commit 236b628b authored by 张永's avatar 张永

11

parent 5121e0cc
......@@ -171,6 +171,7 @@ public class OrderServiceImpl implements OrderService {
}
} catch (Exception e) {
e.printStackTrace();
logger.info("提交订单:{}, 发生异常: {}",submitObj,e);
return Rjx.jsonErr().set("errorMsg", e.getMessage())
.setMessage(I18NUtils.getMessage(LangID, "Msg_Submit_Order_error")).toJson();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment