| src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml
@@ -28,6 +28,9 @@ <if test="apply.name!=null and apply.name!=''"> and sa.name like concat('%', #{apply.name},'%') </if> <if test="apply.deptName!=null and apply.deptName!=''"> and bd.dept_name like concat('%', #{apply.deptName},'%') </if> <if test="apply.userId!=null and apply.userId!=''"> and sa.user_id like concat('%', #{apply.userId},'%') </if>