|
@@ -170,7 +170,7 @@ class BehaviorRepository
|
|
|
$count = array_sum($rule);
|
|
|
$request['allotted_quantity_rule'] = array_map('intval', $request['allotted_quantity_rule']);
|
|
|
if ($count > $rainbow_beans) {
|
|
|
- throw new HttpException(500, '唯一行为-分配总数不能大于行为生成彩虹豆总数');
|
|
|
+ throw new HttpException(500, '唯一行为-分配总数不能大于行为生成U米总数');
|
|
|
}
|
|
|
} else {
|
|
|
foreach ($request['allotted_quantity_rule'] as $key => $value) {
|
|
@@ -179,7 +179,7 @@ class BehaviorRepository
|
|
|
|
|
|
}
|
|
|
if ($count > $rainbow_beans) {
|
|
|
- throw new HttpException(500, '多级行为-分配总数不能大于行为生成彩虹豆总数');
|
|
|
+ throw new HttpException(500, '多级行为-分配总数不能大于行为生成U米总数');
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -256,7 +256,7 @@ class BehaviorRepository
|
|
|
$count = array_sum($rule);
|
|
|
$request['allotted_quantity_rule'] = array_map('intval', $request['allotted_quantity_rule']);
|
|
|
if ($count > $rainbow_beans) {
|
|
|
- throw new HttpException(500, '唯一行为-分配总数不能大于行为生成彩虹豆总数');
|
|
|
+ throw new HttpException(500, '唯一行为-分配总数不能大于行为生成U米总数');
|
|
|
}
|
|
|
} else {
|
|
|
foreach ($request['allotted_quantity_rule'] as $key => $value) {
|
|
@@ -265,7 +265,7 @@ class BehaviorRepository
|
|
|
|
|
|
}
|
|
|
if ($count > $rainbow_beans) {
|
|
|
- throw new HttpException(500, '多级行为-分配总数不能大于行为生成彩虹豆总数');
|
|
|
+ throw new HttpException(500, '多级行为-分配总数不能大于行为生成U米总数');
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -524,7 +524,7 @@ class BehaviorRepository
|
|
|
$registeredRecord->uid,
|
|
|
$registeredRecord->physical_exertion,
|
|
|
$registeredRecord->trigger_type == 0 ? '无效触发' : '有效触发',
|
|
|
- $registeredRecord->generation_type == 0 ? '' : '彩虹豆',
|
|
|
+ $registeredRecord->generation_type == 0 ? '' : 'U米',
|
|
|
$registeredRecord->absolute_progression,
|
|
|
$registeredRecord->superior_uid,
|
|
|
$registeredRecord->release_status == 0 ? '异常' : '正常',
|
|
@@ -562,7 +562,7 @@ class BehaviorRepository
|
|
|
$commentRecord->superior_commentator_id,
|
|
|
$commentRecord->physical_exertion,
|
|
|
$commentRecord->trigger_type == 0 ? '无效触发' : '有效触发',
|
|
|
- $commentRecord->generation_type == 0 ? '' : '彩虹豆',
|
|
|
+ $commentRecord->generation_type == 0 ? '' : 'U米',
|
|
|
$commentRecord->release_status == 0 ? '异常' : '正常',
|
|
|
$commentRecord->generation_quantity,
|
|
|
$commentRecord->quantity_issued
|
|
@@ -596,7 +596,7 @@ class BehaviorRepository
|
|
|
$releaseRecord->related_content_id,
|
|
|
$releaseRecord->physical_exertion,
|
|
|
$releaseRecord->trigger_type == 0 ? '无效触发' : '有效触发',
|
|
|
- $releaseRecord->generation_type == 0 ? '' : '彩虹豆',
|
|
|
+ $releaseRecord->generation_type == 0 ? '' : 'U米',
|
|
|
$releaseRecord->release_status == 0 ? '异常' : '正常',
|
|
|
$releaseRecord->generation_quantity,
|
|
|
$releaseRecord->quantity_issued
|
|
@@ -631,7 +631,7 @@ class BehaviorRepository
|
|
|
$generalRecord->content_author_id,
|
|
|
$generalRecord->physical_exertion,
|
|
|
$generalRecord->trigger_type == 0 ? '无效触发' : '有效触发',
|
|
|
- $generalRecord->generation_type == 0 ? '' : '彩虹豆',
|
|
|
+ $generalRecord->generation_type == 0 ? '' : 'U米',
|
|
|
$generalRecord->release_status == 0 ? '异常' : '正常',
|
|
|
$generalRecord->generation_quantity,
|
|
|
$generalRecord->quantity_issued,
|