Compare commits

..

No commits in common. "9835138f5a2acf9478d9788e7255c9f98082a92a" and "634d143e2b43f62f48318a6093e7546664935ce4" have entirely different histories.

View File

@ -616,11 +616,10 @@ func autoConfirm(ctx context.Context, workUuid string) (err error) {
var confirmStatus uint32 = 1 var confirmStatus uint32 = 1
if isFailed { if isFailed {
usedType = 0 usedType = 0
confirmStatus = 3
} else { } else {
usedType = resp.UsedType usedType = resp.UsedType
confirmRemark = "系统自动确认" confirmRemark = "系统自动确认"
confirmStatus = 1 confirmStatus = 3
} }
var mm = make(map[string]interface{}, 3) var mm = make(map[string]interface{}, 3)
mm["userid"] = 0 mm["userid"] = 0