mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化开票功能
This commit is contained in:
parent
634c2398e5
commit
d9f72e5f2b
@ -1379,7 +1379,7 @@
|
||||
let _plugins = _sysInfo.plugins;
|
||||
let _hasPlugin = false;
|
||||
_plugins.forEach(_p=>{
|
||||
if(_pluginType == p.pluginType){
|
||||
if(_pluginType == _p.pluginType){
|
||||
_hasPlugin = true;
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user