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

Commit 4a4b4357 authored by GaoHu's avatar GaoHu

打款演出结束判定逻辑

parent f547a5dd
......@@ -156,10 +156,10 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
@Override
public AjaxResult price(SmilePriceParam smilePriceParam) {
//查询演出状态
/*AjaxResult showStatue = showStatue(smilePriceParam);
AjaxResult showStatue = showStatue(smilePriceParam);
if (showStatue != null) {
return showStatue;
}*/
}
//用户是否打款
Integer status = smileRedisUtils.getShowPriceUid(smilePriceParam.getPerformancesId(), smilePriceParam.getUid());
if (status != null) {
......
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