|
|
|
@ -103,7 +103,7 @@ |
|
|
|
epdc_act_period_user pu |
|
|
|
LEFT JOIN epdc_act_period p ON p.ID = pu.ACT_PERIOD_ID AND p.DEL_FLAG = '0' |
|
|
|
WHERE |
|
|
|
pu.DEL_FLAG = '0') t on t.ACT_USER_RELATION_ID = relation.id |
|
|
|
pu.DEL_FLAG = '0' AND pu.PERIOD_STATUS NOT IN ('3', '4')) t on t.ACT_USER_RELATION_ID = relation.id |
|
|
|
WHERE |
|
|
|
relation.DEL_FLAG = '0' and eai.DEL_FLAG='0' |
|
|
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> |
|
|
|
|