供应链修改

This commit is contained in:
gaowdong 2025-07-04 14:35:38 +08:00
parent 938fe57b06
commit 4586f61c51
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ipc.contract_start_time <![CDATA[ >= ]]> #{startDateTime} and ipc.contract_start_time <![CDATA[ >= ]]> #{startDateTime}
</if> </if>
<if test="endDateTime != null"> <if test="endDateTime != null">
and ipc.contract_end_time <![CDATA[ <= ]]> #{endDateTime} and ipc.contract_start_time <![CDATA[ <= ]]> #{endDateTime}
</if> </if>
</where> </where>
order by ipc.contract_id desc order by ipc.contract_id desc

View File

@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<if test="searchValue != null and searchValue != ''"> <if test="searchValue != null and searchValue != ''">
and (kst.staff_name like CONCAT('%',#{searchValue},'%') and (kst.staff_name like CONCAT('%',#{searchValue},'%')
or kst.mobile like CONCAT('%',#{searchValue},'%') or kst.mobile = #{encryptedSearchValue}
or kst.staff_no like CONCAT('%',#{searchValue},'%') or kst.staff_no like CONCAT('%',#{searchValue},'%')
) )
</if> </if>