Selaa lähdekoodia

08 28 04 归集列表

hr 4 vuotta sitten
vanhempi
commit
93b17e6894
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/CostCostingGroupMapper.xml

+ 1 - 1
src/main/resources/mapper/CostCostingGroupMapper.xml

@@ -138,7 +138,7 @@
         and cr.delete_time = 0
         and share_id in
         <foreach collection="maxId" index="item" separator="," open="(" close=")">
-            #{index}
+            #{item}
         </foreach>
     </select>