diff --git a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml index 59f6d78..efd9232 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml @@ -144,7 +144,7 @@ serStartWeek = #{serStartWeek,jdbcType=INTEGER}, - status = #{status,jdbcType=INTEGER}, + serEndWeek = #{serEndWeek,jdbcType=INTEGER}, docStartWeek = #{docStartWeek,jdbcType=INTEGER}, @@ -301,7 +301,7 @@ and serStartWeek = #{serStartWeek,jdbcType=INTEGER} - and status = #{status,jdbcType=INTEGER}, + and serEndWeek = #{serEndWeek,jdbcType=INTEGER} and docStartWeek = #{docStartWeek,jdbcType=INTEGER}