Commit 8f2efabb authored by 宋新宇's avatar 宋新宇

快应用bug

parent 55f0cee5
......@@ -34,6 +34,7 @@ public class ParameterSetupFlow extends NodeFlow<NovelAction> {
UserProfile userProfile = clientInfo.getUser();
if (userProfile == null || userProfile.getRegistrationDate() == null) {
NOVEL_ERROR_LOG.error("ClientInfo.userProfile 对像为[{}],BookStoreEvent报文[{}]、ClientInfo对像[{}]",userProfile, action.getBody(), clientInfo);
action.stop(true);
return;
}
......
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