update
This commit is contained in:
parent
c389cf463e
commit
01720f3128
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user