update 预约启动

This commit is contained in:
Guoqs
2024-07-01 14:23:08 +08:00
parent cefe0ed905
commit d0bdd14c54
5 changed files with 115 additions and 6 deletions

View File

@@ -33,6 +33,7 @@
<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>
order by create_time DESC
</select>
<select id="selectMemberPlateNumberRelationById" parameterType="Integer" resultMap="MemberLicensePlateNumberRelationResult">