update:可以作为甲方签约的公司类型列表
This commit is contained in:
parent
30a017fc52
commit
193f4fc49b
@ -82,6 +82,6 @@ class DictDataLogic extends BaseLogic
|
|||||||
|
|
||||||
public static function getContractPartyACompanyTypeList()
|
public static function getContractPartyACompanyTypeList()
|
||||||
{
|
{
|
||||||
return DictData::whereIn('id', [30,16,41])->select('id', 'name')->order('sort')->get()->toArray();
|
return DictData::whereIn('id', [30,16,41])->order('sort')->select()->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user