Commit e957eae2803f4d5cc172a5997bd60509ded5fc5f
1 parent
4c6adec184
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarScreen.xml
View file @
e957eae
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | status = #{status,jdbcType=INTEGER}, |
145 | 145 | </if> |
146 | 146 | <if test="scrIspass != null and scrIspass >= 0"> |
147 | - scrIspass = #{scr_ispass,jdbcType=INTEGER}, | |
147 | + scr_ispass = #{scrIspass,jdbcType=INTEGER}, | |
148 | 148 | </if> |
149 | 149 | </set> |
150 | 150 | where id = #{id,jdbcType=VARCHAR} |