diff --git a/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml b/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml index 33ad3f5..e13c936 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml @@ -231,6 +231,9 @@ and hospit_date = #{hospitDate,jdbcType=TIMESTAMP} + + and hospit_type = #{hospitType,jdbcType=INTEGER} + @@ -238,7 +241,7 @@