成本计算-sjx

master
sunjianxi 23 hours ago
parent b2fee33271
commit d613fca97b
  1. 8
      blade-service/blade-desk/src/main/java/org/springblade/desk/cost/mapper/CostStatisticsMapper.xml

@ -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>

Loading…
Cancel
Save