记得上下班打卡 | git大法好,push需谨慎

Commit 33b48e3c authored by jiangxiulong's avatar jiangxiulong

getNotPayNum null=1

parent 0a469432
...@@ -2093,7 +2093,7 @@ public class GoblinRedisUtils { ...@@ -2093,7 +2093,7 @@ public class GoblinRedisUtils {
} }
Object obj = redisUtil.get(redisKey); Object obj = redisUtil.get(redisKey);
if (obj == null) { if (obj == null) {
return 0; return 1;
} else { } else {
return (int) obj; return (int) obj;
} }
......
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