linwei
2024-02-02 ce035e1c02f63b49d469534ba4ac5ba435022ea2
src/main/java/org/springblade/modules/patrol/mapper/PatrolRecordMapper.xml
@@ -204,6 +204,7 @@
<!--        <result property="isDeleted"    column="is_deleted"    />-->
<!--    </resultMap>-->
    <sql id="selectPatrolRecord">
       select
           id,
@@ -214,12 +215,16 @@
           image_urls,
           create_user,
           create_time,
           is_deleted
           is_deleted,
           rectification_image_urls,
           rectification_remark,
           rectification_time
      from
           jczz_patrol_record
    </sql>
<!--    <select id="selectPatrolRecordById" parameterType="long" resultMap="PatrolRecordDTOResult">-->
    <!--    <select id="selectPatrolRecordById" parameterType="long" resultMap="PatrolRecordDTOResult">-->
<!--        <include refid="selectPatrolRecord"/>-->
<!--        where-->
<!--        id = #{id}-->