|
@@ -25,6 +25,7 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.time.LocalDate;
|
|
|
+import java.time.LocalDateTime;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.Arrays;
|
|
|
import java.util.List;
|
|
@@ -149,7 +150,7 @@ public class DepartmentMonthPlanServiceImpl extends BaseServiceImpl<DepartmentMo
|
|
|
PlanInform inform = new PlanInform();
|
|
|
inform.setInformDetails("《"+budget.getPlanTaskDesc()+"》您有一条新任务");
|
|
|
inform.setInformUser(budget.getTaskUser());
|
|
|
- inform.setInformDate(LocalDate.now());
|
|
|
+ inform.setInformDate(LocalDateTime.now());
|
|
|
planInformService.save(inform);
|
|
|
}
|
|
|
}
|