This commit is contained in:
wh_zcy 2023-06-01 15:33:38 +08:00
parent c389cf463e
commit 01720f3128

View File

@ -261,7 +261,7 @@ func (this *Sociaty) TCondFinishNotify(uid string, conds []*pb.ConIProgress) {
var flag bool
for _, v := range dt.TaskList {
for _, cond := range conds {
if v.TaskId == cond.Conid && cond.State == pb.BuriedItemFinishState_finish {
if v.TaskId == cond.Conid && cond.State == pb.BuriedItemFinishState_buried_finish {
v.Status = 1
flag = true
}