自动化立体仓库 - WMS系统
1
zhang
3 天以前 ea92b2e7bb48c55f7ec2cf52dfdb2497f30b49ce
src/main/resources/mapper/ApiLogMapper.xml
@@ -26,6 +26,7 @@
        delete from man_api_log
        where 1=1
        and datediff(week,create_time,getdate()) >= 1
        and result != 1
    </delete>
</mapper>