hfxc226 преди 2 дни
родител
ревизия
6c10246690
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform-dao/src/main/resources/mapper/produce/ProduceReportMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/produce/ProduceReportMapper.xml

@@ -152,7 +152,7 @@
 
     <select id="sumMonthYear" parameterType="com.platform.dao.dto.produce.ProduceReportDTO"
             resultType="com.platform.dao.vo.query.produce.ProduceReportVO">
-        select SUM(value) as totalValue
+        select CONVERT(SUM(value),DECIMAL(17,0)) as totalValue
         from t_produce_report as report
         <where>
             <include refid="List_Condition"/>