|
|
@@ -348,7 +348,9 @@ public class SecondTradeRecordServiceImpl extends ServiceImpl<SecondTradeRecordM
|
|
|
alienStoreFeign.sendMsgToClientByPhoneId(receiverId, JSONObject.from(webSocketVo).toJSONString());
|
|
|
|
|
|
return true;
|
|
|
- } catch (Exception e) {
|
|
|
+ } catch (BusinessException e) {
|
|
|
+ throw new BusinessException(e);
|
|
|
+ } catch (Exception e) {
|
|
|
log.error("SecondTradeRecordServiceImpl.tradeSignIn(): Error Msg={}", e.getMessage());
|
|
|
throw new Exception(e);
|
|
|
}
|