Fancy
2024-09-10 939d5f3d5e17e5ca0bfeec9c23c7c926b4cb1684
pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
@@ -189,7 +189,7 @@
      <if test="password!= null and password !=''">
        `password`,
      </if>
      <if test="supperAdmin!= null and supperAdmin !=''">
      <if test="supperAdmin!= null">
        supper_admin,
      </if>
      <if test="disabled != null">
@@ -212,7 +212,7 @@
      <if test="password!= null and password !=''">
        #{password},
      </if>
      <if test="supperAdmin!= null and supperAdmin !=''">
      <if test="supperAdmin!= null">
        #{supperAdmin},
      </if>
      <if test="disabled != null">
@@ -236,7 +236,7 @@
      <if test="password!= null and password !=''">
        `password` = #{password},
      </if>
      <if test="supperAdmin!= null and supperAdmin !=''">
      <if test="supperAdmin!= null">
        supper_admin = #{supperAdmin},
      </if>
      <if test="disabled != null">