Pu Zhibing
4 天以前 0a8d28436b2f7229ecdf40c6b003902002c8947f
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);