update 车牌号 Vin 唯一校验

This commit is contained in:
2023-10-10 10:38:51 +08:00
parent c7e01848e4
commit da0597cb41

View File

@@ -36,8 +36,11 @@
</select>
<select id="selectMemberPlateNumberRelationById" parameterType="Integer" resultMap="MemberLicensePlateNumberRelationResult">
<include refid="selectMemberLicensePlateNumberRelationVo"/>
where id = #{id}
select
<include refid="Base_Column_List"/>
from member_plate_number_relation
where del_flag = '0'
and id = #{id}
</select>
<insert id="insertMemberPlateNumberRelation" parameterType="com.jsowell.pile.domain.MemberPlateNumberRelation" useGeneratedKeys="true" keyProperty="id">