规范命名
This commit is contained in:
@ -146,7 +146,7 @@ public interface YxStoreOrderService extends BaseService<YxStoreOrder>{
|
||||
* @param uid uid
|
||||
* @return YxStoreOrderQueryVo
|
||||
*/
|
||||
YxStoreOrderQueryVo verificOrder(String verifyCode,Integer isConfirm ,Long uid);
|
||||
YxStoreOrderQueryVo verifyOrder(String verifyCode, Integer isConfirm , Long uid);
|
||||
|
||||
/**
|
||||
* 订单列表
|
||||
|
@ -923,7 +923,7 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<StoreOrderMapper, Y
|
||||
* @return YxStoreOrderQueryVo
|
||||
*/
|
||||
@Override
|
||||
public YxStoreOrderQueryVo verificOrder(String verifyCode,Integer isConfirm ,Long uid) {
|
||||
public YxStoreOrderQueryVo verifyOrder(String verifyCode,Integer isConfirm ,Long uid) {
|
||||
|
||||
YxStoreOrder order = this.getOne(Wrappers.<YxStoreOrder>lambdaQuery()
|
||||
.eq(YxStoreOrder::getVerifyCode,verifyCode)
|
||||
|
Reference in New Issue
Block a user