admin task 列表文案修改

This commit is contained in:
tianfeng 2025-11-28 14:44:34 +08:00
parent 5ce9a5774e
commit fd006517c8

View File

@ -100,8 +100,8 @@ public class AdminTaskServiceImpl implements AdminTaskService {
// 设置周期信息
if (!records.isEmpty()) {
summary.setCycleStartDate(records.get(0).getCycleStartDate().toString());
summary.setCycleEndDate(records.get(0).getCycleEndDate().toString());
summary.setCycleStartDate(records.get(0).getCycleStartDate().toString().replace("-", "."));
summary.setCycleEndDate(records.get(0).getCycleEndDate().toString().replace("-", "."));
}
return summary;