Compare commits

..

No commits in common. "388216d7dca4d8d7bf7bb888d4e7d8ac8a9fd083" and "02aa3fa3d9e06cc6361e7e65a1df90a85b617556" have entirely different histories.

View File

@ -100,9 +100,6 @@ func RefreshScriptApprovalStatusTask() {
}
var approvalIds []int
for _, v := range resp.Data {
if v.ApprovalID == "" {
continue
}
id, _ := strconv.ParseInt(v.ApprovalID, 10, 64)
approvalIds = append(approvalIds, int(id))
}