Parcourir la source

08 28 04 归集列表

hr il y a 4 ans
Parent
commit
eec9103c88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/mapper/AllocationMapper.xml

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

@@ -49,7 +49,7 @@
         </if>
     </select>
     <select id="queryAfterAllocationListSum" resultType="java.math.BigDecimal">
-        select sum(amount) from cost_allocation where delete_time = 0 and hosp_id = #{hospId}
+        select sum(amount) from cost_allocation_query where delete_time = 0 and hosp_id = #{hospId}
         <if test="dateYear != null">
             and date_year = #{dateYear} and date_month = #{dateMonth}
         </if>