|
@@ -429,7 +429,7 @@ public class TZDBConn {
|
|
behospitalInfo.setIsPlacefile(rs.getString("ISPLACEFILE"));
|
|
behospitalInfo.setIsPlacefile(rs.getString("ISPLACEFILE"));
|
|
behospitalInfo.setIsDaytime(rs.getString("ISDAYTIME"));//日间病例标志
|
|
behospitalInfo.setIsDaytime(rs.getString("ISDAYTIME"));//日间病例标志
|
|
behospitalInfo.setPlacefileDate(DateUtil.parseDateTime(rs.getString("PLACEFILEDATE")));
|
|
behospitalInfo.setPlacefileDate(DateUtil.parseDateTime(rs.getString("PLACEFILEDATE")));
|
|
- behospitalInfo.setIsCancelBehospital(rs.getString("QUXIAORUYUANBZ"));
|
|
|
|
|
|
+ behospitalInfo.setIsCancelBehospital(rs.getString("QUXIAORYBZ"));
|
|
behospitalInfoList.add(behospitalInfo);
|
|
behospitalInfoList.add(behospitalInfo);
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|