|
|
@@ -231,6 +231,7 @@
|
|
|
LEFT JOIN sys_data_dictionary AS sdda ON bc.scale_ = sdda.id_
|
|
|
LEFT JOIN sys_data_dictionary AS sddb ON jr.wage_type = sddb.id_
|
|
|
LEFT JOIN sys_data_dictionary AS sddc ON bc.industry_ = sddc.id_
|
|
|
+ LEFT JOIN sys_data_dictionary AS sddd ON jr.work_year = sddd.id_
|
|
|
LEFT JOIN base_city AS bci ON jr.area_ = bci.id_
|
|
|
]]>
|
|
|
<where>
|