helixiao 1 rok temu
rodzic
commit
2a97ecf23b

+ 1 - 1
src/main/java/com/ydtech/modules/admin/service/impl/SysUserServiceImpl.java

@@ -332,7 +332,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
         Map<String, String> varsMap = new HashMap<>();
         varsMap.put("timeCreate", timeCreate);
         varsMap.put("type", type1);
-        varsMap.put("url", httpUrl + "id=" + userId + "&remark=" + JSONObject.toJSON(sysUserTrack.getApproveMess()) + "&type=" + type);
+        varsMap.put("url", httpUrl + "id=" + userId + "&remark=" + sysUserTrack.getApproveMess() + "&type=" + type);
         // 将 vars 转换为 JSON 字符串
         Gson gson = new Gson();
         String varsJson = gson.toJson(varsMap);