手动结算订单

This commit is contained in:
2023-03-16 17:01:15 +08:00
parent d309b8a299
commit b95437486f
3 changed files with 16 additions and 9 deletions

View File

@@ -7,9 +7,10 @@ import com.jsowell.pile.domain.MemberBasicInfo;
import com.jsowell.pile.domain.MemberPlateNumberRelation;
import com.jsowell.pile.domain.MemberWalletInfo;
import com.jsowell.pile.domain.MemberWalletLog;
import com.jsowell.pile.dto.BindingCarNoDTO;
import com.jsowell.pile.dto.MemberRegisterAndLoginDTO;
import com.jsowell.pile.mapper.*;
import com.jsowell.pile.mapper.MemberBasicInfoMapper;
import com.jsowell.pile.mapper.MemberPlateNumberRelationMapper;
import com.jsowell.pile.mapper.MemberWalletInfoMapper;
import com.jsowell.pile.mapper.MemberWalletLogMapper;
import com.jsowell.pile.service.IMemberBasicInfoService;
import com.jsowell.pile.service.IPileBasicInfoService;
import com.jsowell.pile.vo.uniapp.MemberVO;
@@ -235,6 +236,9 @@ public class MemberBasicInfoServiceImpl implements IMemberBasicInfoService {
@Override
public MemberVO queryMemberInfoByMemberId(String memberId) {
if (StringUtils.isBlank(memberId)) {
return null;
}
// 加缓存
MemberVO vo = memberBasicInfoMapper.queryMemberInfoByMemberId(memberId);
MemberPlateNumberRelation memberPlateNumberRelation = new MemberPlateNumberRelation();

View File

@@ -26,12 +26,10 @@
select
<include refid="Base_Column_List"/>
from member_plate_number_relation
<where>
<if test="memberId != null and memberId != ''"> and member_id = #{memberId}</if>
<if test="phoneNumber != null and phoneNumber != ''"> and phone_number = #{phoneNumber}</if>
<if test="licensePlateNumber != null and licensePlateNumber != ''"> and license_plate_number = #{licensePlateNumber}</if>
</where>
and del_flag = '0'
where del_flag = '0'
<if test="memberId != null and memberId != ''"> and member_id = #{memberId}</if>
<if test="phoneNumber != null and phoneNumber != ''"> and phone_number = #{phoneNumber}</if>
<if test="licensePlateNumber != null and licensePlateNumber != ''"> and license_plate_number = #{licensePlateNumber}</if>
</select>
<select id="selectMemberPlateNumberRelationById" parameterType="Integer" resultMap="MemberLicensePlateNumberRelationResult">

View File

@@ -1,5 +1,10 @@
<template>
<div class="app-container">
<el-card class="cardStyle" v-if="orderInfo[0].orderStatus === '5'">
<div >
手动结算
</div>
</el-card>
<!-- 进度条-->
<el-card class="cardStyle">
<div style="margin: 30px">