|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
package com.emr.controller;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
|
|
import com.emr.dao.ArchiveOtherExtMapper;
|
|
|
|
|
import com.emr.dao.Emr_DictionaryMapper;
|
|
|
|
|
import com.emr.entity.*;
|
|
|
|
|
import com.emr.service.Archive_DetailService;
|
|
|
|
@ -507,7 +506,7 @@ public class FontController {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//初始化时或有记录时添加日期节点
|
|
|
|
|
if (isSearch == 0 || flag) {
|
|
|
|
|
if (flag) {
|
|
|
|
|
//格式化日期
|
|
|
|
|
String returnDate = fmt.format(fmt1.parse(date));
|
|
|
|
|
tree1.setName(returnDate);
|
|
|
|
|