admin task 列表文案修改
This commit is contained in:
parent
5ce9a5774e
commit
fd006517c8
@ -100,8 +100,8 @@ public class AdminTaskServiceImpl implements AdminTaskService {
|
|||||||
|
|
||||||
// 设置周期信息
|
// 设置周期信息
|
||||||
if (!records.isEmpty()) {
|
if (!records.isEmpty()) {
|
||||||
summary.setCycleStartDate(records.get(0).getCycleStartDate().toString());
|
summary.setCycleStartDate(records.get(0).getCycleStartDate().toString().replace("-", "."));
|
||||||
summary.setCycleEndDate(records.get(0).getCycleEndDate().toString());
|
summary.setCycleEndDate(records.get(0).getCycleEndDate().toString().replace("-", "."));
|
||||||
}
|
}
|
||||||
|
|
||||||
return summary;
|
return summary;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user