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

Commit f63074a6 authored by GaoHu's avatar GaoHu

打款演出状态判断

parent 3b6182a5
...@@ -156,10 +156,10 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc ...@@ -156,10 +156,10 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
@Override @Override
public AjaxResult price(SmilePriceParam smilePriceParam) { public AjaxResult price(SmilePriceParam smilePriceParam) {
//查询演出状态 //查询演出状态
/*AjaxResult showStatue = showStatue(smilePriceParam); AjaxResult showStatue = showStatue(smilePriceParam);
if (showStatue != null) { if (showStatue != null) {
return showStatue; return showStatue;
}*/ }
//该uid本次打款金额 //该uid本次打款金额
BigDecimal priceByUid = new BigDecimal("0"); BigDecimal priceByUid = new BigDecimal("0");
//用户是否打款 //用户是否打款
......
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