规范命名

This commit is contained in:
taochengbo
2020-11-26 23:56:41 +08:00
parent 9754fc53fe
commit 46f05999ae
4 changed files with 4 additions and 4 deletions

View File

@ -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);
/**
* 订单列表

View File

@ -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)