Browse Source

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 năm trước cách đây
mục cha
commit
abbea35008
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/CostCostingGroupMapper.xml

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

@@ -105,7 +105,7 @@
         and ca.delete_time = 0
     </select>
     <select id="queryAllocation" resultType="com.imed.costaccount.model.vo.AllocationVO">
-        select date_year as year,date_month as month,IFNULL(sum(amount),0) as amount,false as isAllocation
+        select date_year as `year`,date_month as `month`,IFNULL(sum(amount),0) as amount,false as isAllocation
         from cost_costing_group
         where delete_time = 0
         <if test="year != null">