修复资金来源

This commit is contained in:
mkm 2024-05-05 09:55:45 +08:00
parent d13786faeb
commit 5f01063e14

View File

@ -231,7 +231,7 @@
public function checkFundSources($value): bool|string public function checkFundSources($value): bool|string
{ {
$dict = DictData::where('type_value', 'cost_consultation_fund_sources')->column('value'); $dict = DictData::where('type_value', 'money_source')->column('value');
if (!in_array($value, $dict)) { if (!in_array($value, $dict)) {
return '资金来源数据值无效'; return '资金来源数据值无效';
} }