刘小明
2024-09-05 6d9782f697908a9573a0ad7c33ceb3a9d31c2a9b
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">