修改给浪潮提供的人、岗、企的信息

This commit is contained in:
sh
2025-10-30 16:34:34 +08:00
parent d65ebf3cda
commit 8b874833b7
6 changed files with 21 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="loginDate != null "> and login_date = #{loginDate}</if>
<if test="experience != null "> and experience = #{experience}</if>
<if test="idCard != null and idCard != ''"> and id_card like concat('%', CAST(#{idCard} AS VARCHAR), '%')</if>
<if test="userId != null"> and user_id = #{userId}</if>
</where>
</select>
<select id="selectByJobId" resultType="com.ruoyi.common.core.domain.entity.AppUser" parameterType="java.lang.Long">