old mode 100644
new mode 100755
| | |
| | | statusCd,t.community_id,t.community_id communityId,t.b_id,t.b_id bId,t.value, |
| | | s.spec_name specName, |
| | | v.value_name valueName, |
| | | s.list_show listShow |
| | | s.list_show listShow, |
| | | s.spec_type specType |
| | | from parking_area_attr t |
| | | left join attr_spec s on sa.spec_cd = s.spec_cd and s.status_cd = '0' and s.table_name = |
| | | left join attr_spec s on t.spec_cd = s.spec_cd and s.status_cd = '0' and s.table_name = |
| | | 'parking_area_attr' |
| | | left join attr_value v on sa.`value` = v.`value` and sa.spec_cd = v.spec_cd and v.status_cd = '0' |
| | | left join attr_value v on t.`value` = v.`value` and t.spec_cd = v.spec_cd and v.status_cd = '0' |
| | | where 1 =1 |
| | | <if test="attrId !=null and attrId != ''"> |
| | | and t.attr_id= #{attrId} |