This commit is contained in:
mashuai 2025-11-11 17:39:06 +08:00
parent 2a76c27522
commit 90194d5f7d
1 changed files with 4 additions and 2 deletions

View File

@ -1522,10 +1522,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ( and (
`name` like concat('%',#{keyWord},'%') or `name` like concat('%',#{keyWord},'%') or
material like concat('%',#{keyWord},'%') or material like concat('%',#{keyWord},'%') or
car_code like concat('%',#{keyWord},'%') car_code like concat('%',#{keyWord},'%') or
code like concat('%',#{keyWord},'%') or
remark like concat('%',#{keyWord},'%')
) )
</if> </if>
order by add_date desc order by create_time desc
</select> </select>
<select id="getUserList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo"> <select id="getUserList" resultType="com.bonus.material.settlement.domain.SltAgreementInfo">