|
|
@@ -275,7 +275,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN act_hxpapply_detail hd ON hd.hxpapply_id = ah.id
|
|
|
LEFT JOIN act_applytask ak ON ak.`task_id` = ah.`id`
|
|
|
<where>
|
|
|
- ah.apply_status =2 and ah.user_id = #{loginUserId}
|
|
|
+ ah.apply_status =2
|
|
|
<if test="searchValue != null ">
|
|
|
and (
|
|
|
ah.apply_num like concat('%', #{searchValue}, '%') or
|