|
@@ -125,7 +125,7 @@
|
|
|
</select>
|
|
|
<select id="getDictNameOfAffiliatedPackage" resultType="string">
|
|
|
SELECT
|
|
|
- CONCAT(a.dict_label,'-',b.dict_label) AS name
|
|
|
+ CONCAT(a.dict_label,'-工程任务单(',b.dict_label,')') AS name
|
|
|
FROM `sys_dict_data` a
|
|
|
LEFT JOIN sys_dict_data b ON b.dict_type = 'affiliated_package' AND b.dict_value = #{affiliatedPackage}
|
|
|
WHERE a.dict_type = 'district' AND a.dict_value = #{calculateDistrictId}
|