update ruoyi-admin/src/main/java/com/ruoyi/web/controller/demo/controller/DemoFormController.java.

错别字修改

Signed-off-by: HIK <1840107239@qq.com>
This commit is contained in:
HIK 2026-01-10 12:55:28 +00:00 committed by Gitee
parent 6037e909cc
commit c4d159007b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -277,7 +277,7 @@ public class DemoFormController
{
JSONArray list = new JSONArray();
JSONObject item = new JSONObject();
item.put("name", StringUtils.defaultIfBlank(taskName, "通过电话销售过程中了解各市的设备仪器使用、采购情况及相关重要追踪人"));
item.put("name", StringUtils.defaultIfBlank(taskName, "通过电话销售过程中了解各市的设备仪器使用、采购情况及相关重要追踪人"));
item.put("type", "新增");
item.put("date", "2018.06.10");
list.add(item);