|
|
@ -20,7 +20,7 @@ |
|
|
|
FROM |
|
|
|
sys_mapping sm |
|
|
|
LEFT JOIN dict_common dc ON sm.dictSid = dc.sid |
|
|
|
LEFT JOIN dict_type dt ON dc.parentSid = dt.sid |
|
|
|
LEFT JOIN dict_type dt ON dc.dictType = dt.dictTypeCode |
|
|
|
<where>${ew.sqlSegment}</where> |
|
|
|
</select> |
|
|
|
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
FROM |
|
|
|
sys_mapping sm |
|
|
|
LEFT JOIN dict_common dc ON sm.dictSid = dc.sid |
|
|
|
LEFT JOIN dict_type dt ON dc.parentSid = dt.sid |
|
|
|
LEFT JOIN dict_type dt ON dc.dictType = dt.dictTypeCode |
|
|
|
<where>${ew.sqlSegment}</where> |
|
|
|
</select> |
|
|
|
|
|
|
|