Pu Zhibing
23 小时以前 f3106694f7f9992391b26897571ff11462cfe475
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/controller/specialTrain/TSystemPriceController.java
@@ -160,6 +160,7 @@
     @RequestMapping("/taxi")
    public String taxi(String price, Model model) {
         model.addAttribute("json", new JSONObject());
         if(ToolUtil.isNotEmpty(price)){
             price = Base64.decodeStr(price);
             JSONObject json1 = JSONObject.fromObject(price);