|
@@ -152,7 +152,7 @@
|
|
|
|
|
|
<select id="sumMonthYear" parameterType="com.platform.dao.dto.produce.ProduceReportDTO"
|
|
<select id="sumMonthYear" parameterType="com.platform.dao.dto.produce.ProduceReportDTO"
|
|
resultType="com.platform.dao.vo.query.produce.ProduceReportVO">
|
|
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
|
|
from t_produce_report as report
|
|
<where>
|
|
<where>
|
|
<include refid="List_Condition"/>
|
|
<include refid="List_Condition"/>
|