This commit is contained in:
马三炮 2025-04-28 14:25:48 +08:00
parent 7179e31025
commit 726c6ae9b4
1 changed files with 2 additions and 0 deletions

View File

@ -52,8 +52,10 @@
left join tb_sub ts on tsp.sub_id = ts.id
where tsp.del_flag = 0
<if test="userName != '' and userName != null">and tsp.user_name = #{userName}</if>
<if test="userName != '' and userName != null">and tsp.user_name = #{userName}</if>
<if test="title != '' and title != null">and tsp.title = #{title}</if>
<if test="diploma != '' and diploma != null">and tsp.diploma = #{diploma}</if>
<if test="subId != '' and subId != null">and tsp.sub_id = #{subId}</if>
</select>
<select id="getTbSubPeopleById" resultType="com.bonus.tool.dto.TbSubPeopleVo">
select id,user_name,id_card,title,diploma,diploma_num