Commit 3d3dc0dd authored by leitao.zhang's avatar leitao.zhang

调用次数超1的问题

parent 6b1ca99a
......@@ -31,7 +31,7 @@ func CheckSensitiveField() bool {
func QueryCallsCount(filter model.ProxyData) (bool, bool, error) {
// 计次的
if filter.SpcsType == 1 {
if filter.SpcsCount < filter.RequestCount {
if filter.SpcsCount <= filter.RequestCount {
return true, false, nil
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment