AI字段匹配

This commit is contained in:
chengxl
2025-08-21 17:53:53 +08:00
parent 809c307a23
commit 340d113a1d

View File

@@ -347,11 +347,11 @@ LUA;
} }
// 获取分块进度 // 获取分块进度
public function getChunkProgress($key, $chunkIndex = '') public function getChunkProgress($key, $chunkIndex = '-1')
{ {
$redis = $this->connect(); $redis = $this->connect();
if(empty($chunkIndex)){ if($chunkIndex == '-1'){
$aChunkValue = $redis->hGetAll($key); $aChunkValue = $redis->hGetAll($key);
}else{ }else{