From 44786bb6bc2b7d0e21b931b5c7201c20ead7a5d0 Mon Sep 17 00:00:00 2001 From: huangdeliang <huangdeliang@skieer.com> Date: Sat, 22 May 2021 10:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A8=E9=80=81=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/stdiet/custom/service/impl/WeChartAppletServiceImp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdiet-custom/src/main/java/com/stdiet/custom/service/impl/WeChartAppletServiceImp.java b/stdiet-custom/src/main/java/com/stdiet/custom/service/impl/WeChartAppletServiceImp.java index ff6d2c647..9cf84060a 100644 --- a/stdiet-custom/src/main/java/com/stdiet/custom/service/impl/WeChartAppletServiceImp.java +++ b/stdiet-custom/src/main/java/com/stdiet/custom/service/impl/WeChartAppletServiceImp.java @@ -97,7 +97,7 @@ public class WeChartAppletServiceImp implements IWechatAppletService { dataParam.put("thing1", JSONObject.parse("{\"value\":\"" + name + "\"}")); dataParam.put("time2", JSONObject.parse("{\"value\":\"" + startDate + "\"}")); dataParam.put("time3", JSONObject.parse("{\"value\":\"" + endDate + "\"}")); - String mRemark = StringUtils.isNull(remark) ? "" : remark; + String mRemark = StringUtils.isNull(remark) ? " " : remark; dataParam.put("thing4", JSONObject.parse("{\"value\":\"" + mRemark + "\"}")); param.put("data", dataParam);