|
|
@@ -279,10 +279,10 @@
|
|
279
|
279
|
) dv on dv.org_id = tuc.org_id
|
|
280
|
280
|
<where>
|
|
281
|
281
|
<if test="intranetUrl != null and intranetUrl != ''">
|
|
282
|
|
- and intranet_url like '%${intranetUrl}%'
|
|
|
282
|
+ and tuc.intranet_url like '%${intranetUrl}%'
|
|
283
|
283
|
</if>
|
|
284
|
284
|
<if test="orgName != null and orgName != ''">
|
|
285
|
|
- and org_name like '%${orgName}%'
|
|
|
285
|
+ and oi.org_name like '%${orgName}%'
|
|
286
|
286
|
</if>
|
|
287
|
287
|
<if test="updateStatus != null and updateStatus != ''">
|
|
288
|
288
|
<if test="updateStatus == 0">
|