|
@ -1390,7 +1390,7 @@ public class XzzxEntranceService extends BaseJpaService {
|
|
|
}
|
|
|
|
|
|
|
|
|
public Map<String,Object> updatePreStatus(String admNo,String realOrder,String status) throws Exception {
|
|
|
/* public Map<String,Object> updatePreStatus(String admNo,String realOrder,String status) throws Exception {
|
|
|
Map<String,Object> map = new HashedMap();
|
|
|
List<WlyyOutpatientDO> wlyyOutpatientDOList = outpatientDao.findByAdmNo(admNo);
|
|
|
if (wlyyOutpatientDOList!=null&&wlyyOutpatientDOList.size()!=0){
|
|
@ -1441,7 +1441,7 @@ public class XzzxEntranceService extends BaseJpaService {
|
|
|
}
|
|
|
}
|
|
|
return map;
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|