This commit is contained in:
suyl
2021-05-27 10:55:14 +08:00
parent 3dc1c1b4c9
commit 0dd82e1d7b
2 changed files with 42 additions and 39 deletions

View File

@@ -4,6 +4,7 @@ import (
"bytes"
"context"
"fmt"
"git.rosy.net.cn/jx-callback/business/jxstore/report"
"regexp"
"strings"
"time"
@@ -1923,7 +1924,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// dao.UpdateEntity(db, v, "ConsigneeMobile2")
// }
//}
cms.SendQywxPeopleCount(jxcontext.AdminCtx)
report.RefreshJDMembers(jxcontext.AdminCtx)
return err
}