wuxw
2022-10-26 24332e76235e1b86aa9d06535ddb09d6e3334f8f
service-common/src/main/java/com/java110/common/cmd/machine/CustomCarInOutCmd.java
@@ -137,8 +137,9 @@
            if(resultVo.getCode() != ResultVo.CODE_OK){
                throw new CmdException(resultVo.getMsg());
            }
            JSONObject orderInfo = JSONObject.parseObject(resultVo.getData().toString());
            String data = JSONObject.toJSONString(resultVo.getData());
            JSONObject orderInfo = JSONObject.parseObject(data);
            //JSONObject orderInfo = JSONObject.parseObject(resultVo.getData().toString());
             tempCarPayOrderDto = new TempCarPayOrderDto();
            tempCarPayOrderDto.setCarNum(reqJson.getString("carNum"));