优化开票功能

This commit is contained in:
wuxw 2024-04-03 01:23:26 +08:00
parent 634c2398e5
commit d9f72e5f2b

View File

@ -1379,7 +1379,7 @@
let _plugins = _sysInfo.plugins;
let _hasPlugin = false;
_plugins.forEach(_p=>{
if(_pluginType == p.pluginType){
if(_pluginType == _p.pluginType){
_hasPlugin = true;
}
})