Pre Merge pull request !577 from HIK/N/A

This commit is contained in:
HIK 2026-06-10 03:34:11 +00:00 committed by Gitee
commit f612d5c731
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);