zhaowenxuan
2024-07-19 c4926ce8ecfeeefd20ee5678a97a508e5769e2c1
ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml
@@ -90,6 +90,7 @@
        <result property="homeTownDesc" column="home_town_desc"/>
        <result property="openId" column="open_id"/>
        <result property="jobCategory" column="job_category"/>
        <result property="qmImg" column="qm_img"/>
        <result property="deleted" column="deleted"/>
    </resultMap>
@@ -205,7 +206,7 @@
               wbm,
               home_town_desc,
               open_id,
               job_category,
               job_category,qm_img,
               deleted
        from dict_user_info
    </sql>
@@ -319,6 +320,7 @@
               a.home_town_desc,
               a.open_id,
               a.job_category,
               a.qmImg,
               a.deleted,
               b.user_id     as sub_user_id,
               b.dept_id     as sub_dept_id,
@@ -431,6 +433,7 @@
            <if test="homeTownDesc != null">home_town_desc,</if>
            <if test="openId != null">open_id,</if>
            <if test="jobCategory != null">job_category,</if>
            <if test="qmImg != null">qm_img,</if>
            <if test="deleted != null">deleted,</if>
        </trim>
        <trim prefix="values (" suffix=")" suffixOverrides=",">
@@ -518,6 +521,7 @@
            <if test="homeTownDesc != null">#{homeTownDesc},</if>
            <if test="openId != null">#{openId},</if>
            <if test="jobCategory != null">#{jobCategory},</if>
            <if test="qmImg != null">#{qmImg},</if>
            <if test="deleted != null">#{deleted},</if>
        </trim>
    </insert>
@@ -611,6 +615,7 @@
            <if test="homeTownDesc != null">home_town_desc = #{homeTownDesc},</if>
            <if test="openId != null">open_id = #{openId},</if>
            <if test="jobCategory != null">job_category = #{jobCategory},</if>
            <if test="qmImg != null">qm_img = #{qmImg},</if>
            <if test="deleted != null">deleted = #{deleted},</if>
        </trim>
        where id = #{id}
@@ -652,4 +657,4 @@
            #{item.remark}, #{item.email})
        </foreach>
    </insert>
</mapper>
</mapper>