|
@@ -408,7 +408,7 @@
|
|
408
|
LEFT JOIN province_all.biz_unit_info b on d.unit_info_id = b.id
|
408
|
LEFT JOIN province_all.biz_unit_info b on d.unit_info_id = b.id
|
|
409
|
where 1=1
|
409
|
where 1=1
|
|
410
|
<if test="pageParam.orgId !=null and pageParam.orgId!=''">
|
410
|
<if test="pageParam.orgId !=null and pageParam.orgId!=''">
|
|
411
|
- and a.orgId =#{pageParam.orgId}
|
|
|
|
|
|
411
|
+ and a.org_id =#{pageParam.orgId}
|
|
412
|
</if>
|
412
|
</if>
|
|
413
|
<if test="pageParam.unitName !=null and pageParam.unitName!=''">
|
413
|
<if test="pageParam.unitName !=null and pageParam.unitName!=''">
|
|
414
|
and b.dwmc like concat("%",#{pageParam.unitName},"%")
|
414
|
and b.dwmc like concat("%",#{pageParam.unitName},"%")
|