lin
2024-04-10 dec7b42d0c46fbe3f0137b901907d1274f01f440
src/main/java/org/springblade/modules/task/mapper/TaskPlaceSelfCheckMapper.xml
@@ -224,8 +224,7 @@
    <select id="selectPatrolRecordList" parameterType="Long"
            resultType="org.springblade.modules.task.vo.TaskPlaceRecordVO">
            select
           jpr.id,
        select jpr.id,
           jpr.item_id,
           jpr.task_place_self_check_id,
           jpr.state,
@@ -238,10 +237,10 @@
           jpr.rectification_remark,
           jpr.rectification_time,
           jpgi.items_name
      from
           jczz_task_place_record  jpr
        from jczz_task_place_record jpr
            LEFT JOIN jczz_patrol_group_item jpgi on jpr.item_id= jpgi.id
             where task_place_self_check_id = #{id}
          and jpr.type = '1'
        </select>
    <sql id="selectTaskPlaceSelfCheck">