...
|
...
|
@@ -553,7 +553,7 @@ func ChanceApproveProcess(header *protocol.RequestHeader, chance *models.Chance) |
|
|
}
|
|
|
utils.JsonUnmarshal(process.SelfChecks, &item.SelfChecks)
|
|
|
if len(item.SelfChecks) > 0 {
|
|
|
item.SelfChecks.ClearEmpty()
|
|
|
item.SelfChecks = item.SelfChecks.ClearEmpty()
|
|
|
}
|
|
|
if item.ApproveType == protocol.AuditBySpecailUser {
|
|
|
item.ApproveType = protocol.AuditByUser
|
...
|
...
|
|