首页加载速度优化

This commit is contained in:
朱昊天
2026-07-04 09:42:18 +08:00
parent 73ede33466
commit 247e351af3
3 changed files with 28 additions and 5 deletions

View File

@@ -102,7 +102,7 @@
</select>
<select id="countByPlanId" parameterType="Long" resultType="int">
select count(1) from mill_production_actual where plan_id = #{planId} and del_flag = '0'
select count(1) from mill_production_actual where plan_id = #{_parameter} and del_flag = '0'
</select>
<insert id="insertMillProductionActual" parameterType="MillProductionActual" useGeneratedKeys="true" keyProperty="actualId">