소스 검색

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 년 전
부모
커밋
abbea35008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">