huangjiayang
2025-05-14 f1dc095e386dcc96c6c72b9e27f2edc2cd00b1e7
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireBatchMapper.xml
@@ -75,4 +75,10 @@
            #{id}
        </foreach>
    </delete>
    <select id="selectLastRequireBatch" parameterType="Long" resultMap="ApsPlateStandardRequireBatchResult">
        <include refid="selectApsPlateStandardRequireBatchVo"/>
        order by create_time desc,id desc
        limit  1
    </select>
</mapper>