|
@@ -8,7 +8,6 @@ import cn.hnthyy.thmz.entity.MzException;
|
|
|
import cn.hnthyy.thmz.entity.his.yp.YpBaseYf;
|
|
import cn.hnthyy.thmz.entity.his.yp.YpBaseYf;
|
|
|
import cn.hnthyy.thmz.entity.his.yp.YpZdDict;
|
|
import cn.hnthyy.thmz.entity.his.yp.YpZdDict;
|
|
|
import cn.hnthyy.thmz.entity.his.yz.YzYpPageNo;
|
|
import cn.hnthyy.thmz.entity.his.yz.YzYpPageNo;
|
|
|
-import cn.hnthyy.thmz.entity.his.yz.YzYpZyOrder;
|
|
|
|
|
import cn.hnthyy.thmz.entity.his.zy.Prescription;
|
|
import cn.hnthyy.thmz.entity.his.zy.Prescription;
|
|
|
import cn.hnthyy.thmz.entity.his.zy.YpZyPatient;
|
|
import cn.hnthyy.thmz.entity.his.zy.YpZyPatient;
|
|
|
import cn.hnthyy.thmz.entity.thmz.User;
|
|
import cn.hnthyy.thmz.entity.thmz.User;
|
|
@@ -305,10 +304,10 @@ public class YfWardPrescriptionController {
|
|
|
for (Date date : dates) {
|
|
for (Date date : dates) {
|
|
|
int h = Integer.parseInt(DateUtil.pase(date, "yyyy-MM-dd HH:mm").toString().substring(11, 13));
|
|
int h = Integer.parseInt(DateUtil.pase(date, "yyyy-MM-dd HH:mm").toString().substring(11, 13));
|
|
|
Date d = DateUtil.pase(date, "yyyy-MM-dd");
|
|
Date d = DateUtil.pase(date, "yyyy-MM-dd");
|
|
|
- if(null == yfWardVo.getPerformanceTime()){
|
|
|
|
|
|
|
+ if(null == yfWardVo.getOccTime()){
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
- Date performanceDate = DateUtil.pase(yfWardVo.getPerformanceTime(), "yyyy-MM-dd");
|
|
|
|
|
|
|
+ Date performanceDate = DateUtil.pase(yfWardVo.getOccTime(), "yyyy-MM-dd");
|
|
|
if (h >= 12) {
|
|
if (h >= 12) {
|
|
|
if (h >= 13) {
|
|
if (h >= 13) {
|
|
|
if (d.getTime() == performanceDate.getTime()) {
|
|
if (d.getTime() == performanceDate.getTime()) {
|