Commit 862247018d8a034dcd458caa434982109a1a4ceb
1 parent
9371350f77
Exists in
master
and in
6 other branches
服务
Showing 1 changed file with 2 additions and 2 deletions
platform-biz-service/src/main/resources/mainOrm/master/PatientService.xml
View file @
8622470
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | serStartWeek = #{serStartWeek,jdbcType=INTEGER}, |
145 | 145 | </if> |
146 | 146 | <if test="serEndWeek != null and serEndWeek >= 0"> |
147 | - status = #{status,jdbcType=INTEGER}, | |
147 | + serEndWeek = #{serEndWeek,jdbcType=INTEGER}, | |
148 | 148 | </if> |
149 | 149 | <if test="docStartWeek != null and docStartWeek >= 0"> |
150 | 150 | docStartWeek = #{docStartWeek,jdbcType=INTEGER}, |
... | ... | @@ -301,7 +301,7 @@ |
301 | 301 | and serStartWeek = #{serStartWeek,jdbcType=INTEGER} |
302 | 302 | </if> |
303 | 303 | <if test="serEndWeek != null and serEndWeek >= 0"> |
304 | - and status = #{status,jdbcType=INTEGER}, | |
304 | + and serEndWeek = #{serEndWeek,jdbcType=INTEGER} | |
305 | 305 | </if> |
306 | 306 | <if test="docStartWeek != null and docStartWeek >= 0"> |
307 | 307 | and docStartWeek = #{docStartWeek,jdbcType=INTEGER} |