sfd
2025-05-08 961ac0196685096572ee838c68585dc8faace8d8
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanMapper.xml
@@ -306,4 +306,9 @@
        </if>
    </select>
    <update id="initUnMatchQty" >
        update aps_plate_plan
            set unmatched_quantity=production_quantity, version=0
        where   del_flag='0' and professional_affiliation !='0'
    </update>
</mapper>