@ -29,7 +29,13 @@
<select id="selectCostStatisticsPage" resultMap="costStatisticsResultMap">
select * from MES_COST_STATISTICS where is_deleted = 0
select * from MES_COST_STATISTICS
<where>
is_deleted = 0
<if test="param2.month != null and param2.month != ''">
and `month` = #{param2.month}
</if>
</where>
</select>