Quellcode durchsuchen

Merge remote-tracking branch 'cs/master'

zzw vor 1 Monat
Ursprung
Commit
c520d4cf88
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      assistMg/src/main/resources/mapper/CostProjectMemoMapper.xml

+ 1 - 1
assistMg/src/main/resources/mapper/CostProjectMemoMapper.xml

@@ -115,7 +115,7 @@
 
             <if test=" dataScope != null and  dataScope != ''">
                 <if test=" dataScope ==1">
-                    and cpa.area_code like concat ('%',substring({ cityCode},1,4), '%')
+                    and cpa.area_code like concat ('%',substring(#{ cityCode},1,4), '%')
                 </if>
                 <if test=" dataScope ==2">
                     and cpa.area_code=#{ countyCode}