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

Commit 728d1d0d authored by 胡佳晨's avatar 胡佳晨

提交 admin 权限

parent 814934eb
......@@ -909,7 +909,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
public boolean checkAgent(String agentId, KylinTicketVo ticketData) {
boolean isAgent = ticketData.getIsAgent() == 1;
if (isAgent) {
return redisUtil.sHasKey(KylinRedisConst.AGENT, agentId);
return redisUtil.getDB15RedisHasKey(KylinRedisConst.AGENT, agentId);
} else {
return true;
}
......
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