2
0
Эх сурвалжийг харах

Merge branch 'master' of huangrui/CostAccount into dev

huangrui 4 жил өмнө
parent
commit
d06e1cea8f

+ 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>