|
@@ -45,8 +45,6 @@
|
45
|
45
|
AND t.`status` > 0
|
46
|
46
|
AND t4.`status` = 1
|
47
|
47
|
<if test = "source == 'raiseChoose'">
|
48
|
|
- AND ( t6.`status` != 0 OR t6.`status` IS NULL )
|
49
|
|
- AND t7.raise_start_time <= now() AND t7.raise_end_time >= now()
|
50
|
48
|
<if test="personId != null and personId != ''">
|
51
|
49
|
AND (t6.person_id != #{personId} OR t6.person_id IS NULL)
|
52
|
50
|
</if>
|