Преглед изворни кода

Merge branch 'master' of huangrui/CostAccount into dev

huangrui пре 4 година
родитељ
комит
d06e1cea8f
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>