浏览代码

医嘱时间FYI

hsh 1 年之前
父节点
当前提交
c6cce74bc3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/hnthyy/thmz/controller/yf/YfWardPrescriptionController.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/controller/yf/YfWardPrescriptionController.java

@@ -307,7 +307,7 @@ public class YfWardPrescriptionController {
                     if(null == yfWardVo.getOccTime()){
                         continue;
                     }
-                    Date performanceDate = DateUtil.pase(yfWardVo.getOccTime(), "yyyy-MM-dd");
+                    Date performanceDate = DateUtil.pase(yfWardVo.getPerformanceTime(), "yyyy-MM-dd");
                     if (h >= 12) {
                         if (h >= 13) {
                             if (d.getTime() == performanceDate.getTime()) {