Pre Merge pull request !577 from HIK/N/A
This commit is contained in:
commit
f612d5c731
|
|
@ -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