|
@@ -333,7 +333,7 @@ class Quality
|
|
|
|
|
|
if (count($pre_qualities) < count($all_qualities)) {
|
|
|
$match_ratio = $this->mRatioCtl->ratio_match($mchid, $org_quality, $card_type, $spec, $all_qualities);
|
|
|
- Log::record("must calc next quality match_ratio={$match_ratio}",Log::DEBUG);
|
|
|
+ Log::record("mchid={$mchid} must calc next quality match_ratio={$match_ratio}",Log::DEBUG);
|
|
|
} else {
|
|
|
$match_ratio = true;
|
|
|
}
|