|
@@ -91,9 +91,6 @@ 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;
|