Przeglądaj źródła

Merge branch 'master' of huangrui/CostAccount into dev

lijiaxi 4 lat temu
rodzic
commit
72fcf1d30a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/resources/mapper/AllocationMapper.xml

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

@@ -56,7 +56,7 @@
     </select>
     </select>
 
 
     <select id="getAllSortLevel" resultType="com.imed.costaccount.model.Allocation">
     <select id="getAllSortLevel" resultType="com.imed.costaccount.model.Allocation">
-        select distinct date_year,date_month,level_sort, share_param_code, share_param_name, create_time
+        select distinct date_year,date_month,level_sort, share_param_code, share_param_name, create_time,id
         from cost_allocation
         from cost_allocation
         where date_year = #{year}
         where date_year = #{year}
           and date_month = #{month}
           and date_month = #{month}