From eb6b6dbb35a9f029e0b7d269773685c19fd40976 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 11 七月 2024 10:47:51 +0800
Subject: [PATCH] 玩湃微信商户认证代码

---
 cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TStoredValueConfigController.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TStoredValueConfigController.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TStoredValueConfigController.java
index 3218661..9017240 100644
--- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TStoredValueConfigController.java
+++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TStoredValueConfigController.java
@@ -26,7 +26,6 @@
 @Controller
 @RequestMapping("/storeValueConfig")
 public class TStoredValueConfigController {
-
     private String PREFIX = "/system/storeValueConfig/";
     @Autowired
     private StoreValueConfigClient storeValueConfigClient;
@@ -41,7 +40,7 @@
         // 解析json串 获取时间
         JSONObject jsonObject = new JSONObject(storeValueConfig.getContent());
         JSONArray timeRulesArray = jsonObject.getJSONArray("time_rules");
-        model.addAttribute("content",jsonObject);
+        model.addAttribute("content",jsonObject.toString());
         if (timeRulesArray.length() > 0) {
             JSONObject timeRule = timeRulesArray.getJSONObject(0);
             String startTime = timeRule.getString("startTime");

--
Gitblit v1.7.1