From c3fc8deadae3d312cddcef4b6316b36b1bd5cb33 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 13 Aug 2025 08:56:48 +0800 Subject: [PATCH] * [perf story #77161] Adjust personnelModel deleteProductWhitelist unit test. --- .../test/model/deleteproductwhitelist.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/module/personnel/test/model/deleteproductwhitelist.php b/module/personnel/test/model/deleteproductwhitelist.php index 7d7594715a..083f0ff1cf 100755 --- a/module/personnel/test/model/deleteproductwhitelist.php +++ b/module/personnel/test/model/deleteproductwhitelist.php @@ -13,7 +13,19 @@ zenData('user')->gen(20); title=测试 personnelModel->deleteProductWhitelist(); cid=1 -pid=1 + +- 把 test6 从 产品 8 的白名单内删除 test6不在产品8的白名单内,所以不会删 @,6 +- 把 test6 从 产品 6 的白名单内删除 @,6 +- 把 test6 从 产品 2 的白名单内删除 产品2不是同步过来的,所以不会删 @,6 +- 把 test6 从 产品 111 的白名单内删除 产品111不存在,所以不会删 @,6 +- 把 test33 从 产品 6 的白名单内删除 test33不在产品6的白名单内,所以不会删 @,33 +- 把 test33 从 产品 8 的白名单内删除 @,33 +- 把 test33 从 产品 2 的白名单内删除 产品2不是同步过来的,所以不会删 @,33 +- 把 test33 从 产品 111 的白名单内删除 产品111不存在,所以不会删 @,33 +- 把 user6 从 产品 6 的白名单内删除 user6在 userview 中不存在,所以不会删 @0 +- 把 user6 从 产品 8 的白名单内删除 user6在 userview 中不存在,所以不会删 @0 +- 把 user6 从 产品 2 的白名单内删除 user6在 userview 中不存在,所以不会删 @0 +- 把 user6 从 产品 111 的白名单内删除 user6在 userview 中不存在,所以不会删 @0 */