优化
This commit is contained in:
@ -30,6 +30,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
project_img,
|
||||
project_status
|
||||
FROM zbf_project zp
|
||||
<where>
|
||||
<if test="dto.projectName != null and dto.projectName != ''">
|
||||
AND zp.project_name like concat('%', #{dto.projectName}, '%')
|
||||
</if>
|
||||
</where>
|
||||
order by zp.id desc
|
||||
</select>
|
||||
|
||||
|
Reference in New Issue
Block a user