Merge remote-tracking branch 'origin/hph' into dev
This commit is contained in:
@@ -47,4 +47,7 @@ public interface TbOrderInfoMapper {
|
||||
Map<String,String> selectByOrderId(String orderId);
|
||||
|
||||
List<SkuInfoPo> selectSkuByOrderId(String orderId);
|
||||
|
||||
|
||||
TbOrderInfo selectById(Integer id);
|
||||
}
|
||||
|
||||
@@ -1067,7 +1067,7 @@ public class OrderService {
|
||||
|
||||
|
||||
public Result getOrder(Integer orderId){
|
||||
return Result.success(CodeEnum.SUCCESS, tbOrderInfoMapper.selectByPrimaryKey(orderId)) ;
|
||||
return Result.success(CodeEnum.SUCCESS, tbOrderInfoMapper.selectById(orderId)) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user