|
|
@@ -219,7 +219,7 @@ class SignsService extends BaseService
|
|
|
->where('sign_at','>=', date('Y-m-d'))
|
|
|
->count('id');
|
|
|
if($checkCount >= $signCount){
|
|
|
- return message("{$cateInfo->name}打卡每天最多{$signCount}次,请每天再来", false);
|
|
|
+ return message(($type==1? '法师/僧人':'义工')."{$cateInfo->name}打卡每天最多{$signCount}次,请每天再来", false);
|
|
|
}
|
|
|
|
|
|
// 打卡处理
|