fix:前台代码块获取接口Bug修复
This commit is contained in:
parent
d4d3bbf179
commit
d62043cd62
@ -44,7 +44,7 @@ class CodeModule extends BaseController
|
||||
['code_module_audit', '='],
|
||||
['a.customer_guid', '=', 'customer_guid'],
|
||||
);
|
||||
$con[] = ['a.code_module_library_type', '=', ModelCodeModuleCategory::LIBRARY_PRIVATE];
|
||||
$con[] = ['c.code_module_category_library_type', '=', ModelCodeModuleCategory::LIBRARY_PRIVATE];
|
||||
|
||||
$query = ModelCodeModule::where($con)
|
||||
->alias('a')
|
||||
|
Loading…
Reference in New Issue
Block a user