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:
parent
6037e909cc
commit
c4d159007b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user