|
@@ -91,6 +91,9 @@ public class SiMzService {
|
|
|
if (null != hisOrdNum) {
|
|
|
String[] hisOrdNumParts = hisOrdNum.split("_");
|
|
|
int tempTimes = Integer.parseInt(hisOrdNumParts[1]);
|
|
|
+ if (null != p.getTimes() && (p.getTimes() != tempTimes)) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
MzVisit mzVisit = dao.selectMzVisit(patNo, tempTimes);
|
|
|
if (null == mzVisit) {
|
|
|
continue;
|