zhanghl
2025-05-08 abc451e52a9ded8a18238d6903539fb310c1b256
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>