Commit 120e49ba by 杨树贤

fix

parent acdf681a
Showing with 4 additions and 0 deletions
......@@ -1441,6 +1441,10 @@ class DataService
])
->get();
if (empty($contacts)) {
continue;
}
// 如果有采购跟单员,就删除它们
foreach ($contacts as $contact) {
//判断创建时间是不是2025年1月3日的时间戳之前创建的
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment