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

Commit c9ffeed5 authored by GaoHu's avatar GaoHu

exit 打款redis

parent b8376b79
......@@ -86,7 +86,7 @@ public class SmileRedisUtils {
* 获取个人打款状态
*/
public Integer getShowPriceUid(String performancesId,String uid){
return (Integer) redisDataSourceUtil.getRedisSweetUtil().get(SmileRedisConst.SELL_SHOW_PAYMENT.concat(performancesId).concat(":").concat(uid));
return (Integer) redisDataSourceUtil.getRedisSweetUtil().get(SmileRedisConst.SELL_SHOW_PAYMENT.concat(performancesId).concat(uid));
}
/**
......
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