diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 8b0193109..2eafc248f 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -2006,7 +2006,6 @@ func RrefreshMtwmVendorAct() (err error) { WeeksTime: act.WeeksTime, SettingType: act.SettingType, } - dao.WrapAddIDCULDEntity(act, "jxadmin") dao.CreateEntity(db, actVendor) } }