oying-system/src/main/resources/mapper/sh/OrderAddressSnapshotMapper.xml
@@ -31,4 +31,10 @@ </where> order by snapshot_id desc </select> <select id="queryByOrderNum" resultMap="BaseResultMap"> select <include refid="Base_Column_List"/> from sh_order_address_snapshot where order_num = #{orderNum} </select> </mapper>