|
|
@@ -126,7 +126,7 @@
|
|
|
LEFT JOIN st_instance t2 on t1.instanceid = t2.objectid
|
|
|
LEFT JOIN view_user u on t2.originator = u.user_code
|
|
|
<where>
|
|
|
- t1.state in (2, 3) and isnull(auto_pass,0) !=1
|
|
|
+ t1.state in (2, 3) and ifnull(auto_pass,0) !=1
|
|
|
<if test="form.userId != null and form.userId != ''">AND t1.participant = #{form.userId}</if>
|
|
|
<if test="form.instanceName != null and form.instanceName != ''">AND t2.instance_name like
|
|
|
concat('%',#{form.instanceName},'%')
|