Commit 539d774abaec4eccb076a3d947e98dcdb24b69e1

Authored by baohanddd
1 parent 54de556856

add statistics(map) common index

Showing 1 changed file with 3 additions and 0 deletions

platform-biz-service/src/main/resources/mainOrm/Users.xml View file @ 539d774
... ... @@ -36,6 +36,9 @@
36 36 <update id="updateUsers" parameterType="com.lyms.platform.permission.model.Users">
37 37 update users
38 38 <set>
  39 + <if test="zhiChenId != null and zhiChenId >= 0">
  40 + zhiChenId = #{zhiChenId,jdbcType=INTEGER},
  41 + </if>
39 42 <if test="logincenterId != null and logincenterId >= 0">
40 43 logincenter_id = #{logincenterId,jdbcType=INTEGER},
41 44 </if>