优化申请异常订单
This commit is contained in:
parent
e1368bf800
commit
6174ec8167
@ -385,8 +385,6 @@ public class XhpcPileOrderController extends BaseController {
|
|||||||
map.put("userId", userId);
|
map.put("userId", userId);
|
||||||
JSONObject json = new JSONObject(map);
|
JSONObject json = new JSONObject(map);
|
||||||
webSocketService.getMessage(userId+"",json.toString());
|
webSocketService.getMessage(userId+"",json.toString());
|
||||||
|
|
||||||
|
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
return R.fail(500,"添加订单回调失败");
|
return R.fail(500,"添加订单回调失败");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user