wangxx 1 nedēļu atpakaļ
vecāks
revīzija
55c5854bd4

+ 3 - 2
airport-ledger/src/main/resources/mapper/ledger/LedgerRealtimeInterceptionMapper.xml

@@ -18,6 +18,7 @@
18 18
         <result property="inspectorName" column="inspector_name" />
19 19
         <result property="inspectorId" column="inspector_id" />
20 20
         <result property="channelNo" column="channel_no" />
21
+        <result property="channelId" column="channel_id" />
21 22
         <result property="itemName" column="item_name" />
22 23
         <result property="itemQuantity" column="item_quantity" />
23 24
         <result property="problemLevel" column="problem_level" />
@@ -39,7 +40,7 @@
39 40
     <sql id="selectVo">
40 41
         SELECT id, record_date, dept_name, dept_id, team_name, team_id, group_name, group_id, area_id,
41 42
                location, position, position_id,
42
-               inspector_name, inspector_id, channel_no, item_name, item_quantity,
43
+               inspector_name, inspector_id, channel_no, channel_id, item_name, item_quantity,
43 44
                problem_level, check_personnel, evidence_file,
44 45
                deduct_score, add_score, score_dimension, score_indicator,
45 46
                import_batch, source_type, create_by, create_time, update_by, update_time, sync_flag
@@ -87,4 +88,4 @@
87 88
         order by total desc
88 89
     </select>
89 90
 
90
-</mapper>
91
+</mapper>

+ 3 - 2
airport-ledger/src/main/resources/mapper/ledger/LedgerSecurityTestMapper.xml

@@ -7,6 +7,7 @@
7 7
         <result property="recordDate" column="record_date" />
8 8
         <result property="region" column="region" />
9 9
         <result property="channel" column="channel" />
10
+        <result property="channelId" column="channel_id" />
10 11
         <result property="deptName" column="dept_name" />
11 12
         <result property="deptId" column="dept_id" />
12 13
         <result property="teamName" column="team_name" />
@@ -41,7 +42,7 @@
41 42
     </resultMap>
42 43
 
43 44
     <sql id="selectVo">
44
-        SELECT id, record_date, region, channel, dept_name, dept_id, team_name, team_id, group_name, group_id, area_id,
45
+        SELECT id, record_date, region, channel, channel_id, dept_name, dept_id, team_name, team_id, group_name, group_id, area_id,
45 46
                tester_name, tester_id, tested_name, tested_id, test_type, position_id, test_item, test_result,
46 47
                evidence_file, problem_desc, test_level, result_handling, review_material,
47 48
                deduct_score, add_score, score_dimension, score_indicator,
@@ -128,4 +129,4 @@
128 129
         order by total desc
129 130
     </select>
130 131
 
131
-</mapper>
132
+</mapper>

+ 3 - 2
airport-ledger/src/main/resources/mapper/ledger/LedgerServicePatrolMapper.xml

@@ -14,6 +14,7 @@
14 14
         <result property="areaId" column="area_id" />
15 15
         <result property="location" column="location" />
16 16
         <result property="channelNo" column="channel_no" />
17
+        <result property="channelId" column="channel_id" />
17 18
         <result property="position" column="position" />
18 19
         <result property="positionId" column="position_id" />
19 20
         <result property="inspectedName" column="inspected_name" />
@@ -41,7 +42,7 @@
41 42
 
42 43
     <sql id="selectVo">
43 44
         SELECT id, record_date, dept_name, dept_id, team_name, team_id, group_name, group_id, area_id,
44
-               location, channel_no, position, position_id,
45
+               location, channel_no, channel_id, position, position_id,
45 46
                inspected_name, inspected_id,
46 47
                problem_desc, service_type, result_handling, problem_level,
47 48
                evidence_file, rectification_status, evidence_material, check_personnel,
@@ -71,4 +72,4 @@
71 72
         set sync_flag = '1'
72 73
         where sync_flag = '0'
73 74
     </update>
74
-</mapper>
75
+</mapper>

+ 2 - 1
airport-ledger/src/main/resources/mapper/ledger/LedgerSupervisionProblemMapper.xml

@@ -20,6 +20,7 @@
20 20
         <result property="problemDesc"            column="problem_desc"     />
21 21
         <result property="location"               column="location"         />
22 22
         <result property="channelNo"              column="channel_no"       />
23
+        <result property="channelId"              column="channel_id"       />
23 24
         <result property="position"               column="position"         />
24 25
         <result property="positionId"             column="position_id"      />
25 26
         <result property="resultHandling"         column="result_handling"  />
@@ -44,7 +45,7 @@
44 45
     <sql id="selectVo">
45 46
         SELECT id, record_date, dept_name, dept_id, team_name, team_id, group_name, group_id, area_id,
46 47
                inspector_name, inspected_name, inspected_id, problem_type, problem_level, problem_desc, location,
47
-               channel_no, position, position_id, result_handling, basis,
48
+               channel_no, channel_id, position, position_id, result_handling, basis,
48 49
                rectification_status, rectification_evidence, evidence_file,
49 50
                deduct_score, add_score, score_dimension, score_indicator, remark,
50 51
                import_batch, source_type, create_by, create_time, update_by, update_time, sync_flag

+ 3 - 2
airport-ledger/src/main/resources/mapper/ledger/LedgerUnsafeEventMapper.xml

@@ -21,6 +21,7 @@
21 21
         <result property="area" column="area" />
22 22
         <result property="areaId" column="area_id" />
23 23
         <result property="channelNo" column="channel_no" />
24
+        <result property="channelId" column="channel_id" />
24 25
         <result property="image" column="image" />
25 26
         <result property="eventDesc" column="event_desc" />
26 27
         <result property="deductScore" column="deduct_score" />
@@ -37,7 +38,7 @@
37 38
     <sql id="selectVo">
38 39
         SELECT id, record_date, flight_no, dept_name, dept_id, team_name, team_id, group_name, group_id,
39 40
                responsible_name, responsible_id, event_type, involved_items,
40
-               position, position_id, area, area_id, channel_no, image, event_desc,
41
+               position, position_id, area, area_id, channel_no, channel_id, image, event_desc,
41 42
                deduct_score, evidence_file,
42 43
                import_batch, source_type, create_by, create_time, update_by, update_time, sync_flag
43 44
         FROM ledger_unsafe_event
@@ -111,4 +112,4 @@
111 112
         <if test="teamId != null">AND team_id = #{teamId}</if>
112 113
         <if test="groupId != null">AND group_id = #{groupId}</if>
113 114
     </sql>
114
-</mapper>
115
+</mapper>