Skip to content

Commit 16da847

Browse files
authored
修改jj函数
1 parent 081bff2 commit 16da847

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

niu/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ func JJ(gid, uid, adduser int64, prop string) (message string, adduserLength flo
227227
}
228228

229229
adduserLength = adduserniuniu.Length
230+
231+
if err = db.setWordNiuNiu(gid, adduserniuniu); err != nil {
232+
return "", 0, err
233+
}
234+
230235
return
231236
}
232237

0 commit comments

Comments
 (0)