diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 6ce1c0664..e00384033 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -4,7 +4,7 @@ import ( "bytes" "context" "fmt" - "git.rosy.net.cn/jx-callback/business/jxstore/secretNumber" + "git.rosy.net.cn/jx-callback/business/jxstore/act" "net" "regexp" "strconv" @@ -1986,7 +1986,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } // go connHandler(conn, "1e000f02000151323032313036313530303030313"+utils.Int2Str(i)+"00000033") //} - _, err = secretNumber.QuerySubsId("FC100000137856095", "17188399428") + act.RrefreshMtwmVendorAct() return err }