|
@@ -176,8 +176,8 @@ public class YiZhuCheckData {
|
|
|
}
|
|
|
|
|
|
if (item.getOrderCode().equals("06026")) {
|
|
|
- Date admissDate = patientInformation.getAdmissDate();
|
|
|
- Date orderTime = item.getOrderTime();
|
|
|
+ Date admissDate = cn.hutool.core.date.DateUtil.beginOfDay(patientInformation.getAdmissDate());
|
|
|
+ Date orderTime = cn.hutool.core.date.DateUtil.beginOfDay(item.getOrderTime());
|
|
|
|
|
|
long betweenDay = cn.hutool.core.date.DateUtil.betweenDay(orderTime, admissDate, false);
|
|
|
|