首页加载速度优化
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user