2
0
hr 4 лет назад
Родитель
Сommit
93b17e6894
1 измененных файлов с 1 добавлено и 1 удалено
  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>