|
@@ -166,6 +166,7 @@ public class PushFacade {
|
|
invokeParams.put("wordCrfDTO", wordCrfDTO);
|
|
invokeParams.put("wordCrfDTO", wordCrfDTO);
|
|
invokeParams.put("pushNewVO", generatePushVo(wordCrfDTO, modelType));
|
|
invokeParams.put("pushNewVO", generatePushVo(wordCrfDTO, modelType));
|
|
pushDTO = DataFacade.get("pushAll", invokeParams, PushDTO.class);
|
|
pushDTO = DataFacade.get("pushAll", invokeParams, PushDTO.class);
|
|
|
|
+ debug.put("使用推送模型", modelType); // 输出调试信息
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "推送服务出错" + e.getMessage());
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "推送服务出错" + e.getMessage());
|
|
}
|
|
}
|