JX.LI hace 1 año
padre
commit
d8db885e7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ruoyi-gas/src/main/resources/mapper/GAreaMapper.xml

+ 1 - 1
ruoyi-gas/src/main/resources/mapper/GAreaMapper.xml

@@ -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}