|
@@ -254,6 +254,9 @@ public class ChangxThreeLevelWardDocTrans extends ModelDocTrans {
|
|
|
Date operatorEndDate = StringUtil.parseDateTime(operatorEndDateStr);
|
|
|
if (operatorEndDate != null) {
|
|
|
long timeDifference = timeDifference(operatorEndDate, recordDate);
|
|
|
+ if (timeDifference == 0){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if (timeDiff == 0 || timeDiff > timeDifference) {
|
|
|
/* 取距离此次主刀医师查房最近的一次手术时间 */
|
|
|
timeDiff = timeDifference;
|