Fancy
2024-12-25 cf510b3a38f20d5dba5b7a0b71f097753b3ca409
pms-parent/pms-global/src/main/resources/mapper/BaUserMapper.xml
@@ -84,6 +84,13 @@
    where disabled!=1 and deleted!=1 and phone=#{phone} and password=#{password}
  </select>
  <select id="getUserList" resultMap="loginResultMap" >
    select
    <include refid="Login_Column_List" />
    from ba_user
    where disabled!=1 and deleted!=1
  </select>
  <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="oneResultMap">
    <!--@mbg.generated-->
    select 
@@ -182,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">
@@ -205,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">
@@ -229,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">