浏览代码

08 28 04 归集列表

hr 4 年之前
父节点
当前提交
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>