增加充值
This commit is contained in:
parent
316e286d3f
commit
ee04ef366a
@ -35,7 +35,6 @@ public class OrderServiceImpl extends CrudServiceImpl<OrderDao, OrderEntity, Ord
|
||||
String orderStatus = (String)params.get("orderStatus");
|
||||
String paymentStatus = (String)params.get("paymentStatus");
|
||||
String userId = (String)params.get("userId");
|
||||
|
||||
QueryWrapper<OrderEntity> wrapper = new QueryWrapper<>();
|
||||
wrapper.eq(StrUtil.isNotBlank(id), "id", id);
|
||||
wrapper.eq(StrUtil.isNotBlank(orderStatus), "order_status", orderStatus);
|
||||
|
Loading…
Reference in New Issue
Block a user