liaoyitao преди 3 месеца
родител
ревизия
3b33b50001

+ 16 - 1
src/main/java/com/lqkj/info/entity/ShiftPersonnel.java

@@ -1,11 +1,14 @@
1 1
 package com.lqkj.info.entity;
2 2
 
3 3
 import java.time.LocalTime;
4
+import java.time.format.DateTimeFormatter;
5
+
4 6
 import com.fasterxml.jackson.annotation.JsonFormat;
5 7
 import org.apache.commons.lang3.builder.ToStringBuilder;
6 8
 import org.apache.commons.lang3.builder.ToStringStyle;
7 9
 import com.lqkj.common.annotation.Excel;
8 10
 import com.lqkj.common.core.model.BaseEntity;
11
+import org.springframework.data.annotation.Transient;
9 12
 
10 13
 /**
11 14
  * 轮班人员信息对象 shift_personnel
@@ -41,6 +44,9 @@ public class ShiftPersonnel extends BaseEntity
41 44
     /** 备注 */
42 45
     private String memo;
43 46
 
47
+    @Transient
48
+    private LocalTime workTime;
49
+
44 50
     public void setPersonnelId(Integer personnelId) 
45 51
     {
46 52
         this.personnelId = personnelId;
@@ -68,7 +74,7 @@ public class ShiftPersonnel extends BaseEntity
68 74
     {
69 75
         return personnelName;
70 76
     }
71
-    public void setStartTime(LocalTime startTime) 
77
+    public void setStartTime(LocalTime startTime)
72 78
     {
73 79
         this.startTime = startTime;
74 80
     }
@@ -96,6 +102,15 @@ public class ShiftPersonnel extends BaseEntity
96 102
         return memo;
97 103
     }
98 104
 
105
+    public LocalTime getWorkTime() {
106
+        return workTime;
107
+    }
108
+
109
+    public void setWorkTime(String workTime) {
110
+
111
+        this.workTime = LocalTime.parse(workTime, DateTimeFormatter.ofPattern("HH:mm:ss"));;
112
+    }
113
+
99 114
     @Override
100 115
     public String toString() {
101 116
         return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)

Файловите разлики са ограничени, защото са твърде много
+ 372 - 0
src/main/resources/db/migration/V1_12__data.sql


Файловите разлики са ограничени, защото са твърде много
+ 0 - 280
src/main/resources/db/migration/V1_5__20241111_menu.sql


+ 8 - 12
src/main/resources/db/migration/V1_7__20241202.sql

@@ -55,20 +55,16 @@ INSERT INTO "public"."equipment_type" ("type_id", "parent_id", "type_name", "cli
55 55
 select setval('equipment_type_type_id_seq', (select max(type_id) from equipment_type));
56 56
 
57 57
 
58
-INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (1, 0, '人文休闲', 't', 't', '描述', 1, '备注', NULL, NULL);
59
-INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (2, 0, '人文景观', 't', 't', '人文景观', 2, '人文景观', NULL, NULL);
60
-INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (3, 0, '历史景点', 't', 't', '历史景点', 0, '历史景点', NULL, NULL);
58
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (1, 0, '人文休闲', 't', 't', '描述', 1, '备注', NULL, '/profile/upload/2024/12/17/53073aa3-c317-4511-b4cd-f7e4957054cf.png,/profile/upload/2024/12/17/1d4ff4d0-444c-4246-b7a1-0a4e2704cb8e.png');
59
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (2, 0, '人文景观', 't', 't', '人文景观', 2, '人文景观', NULL, '/profile/upload/2024/12/17/0a023ac8-7c1c-4d4b-a1c2-79acf45768e2.png,/profile/upload/2024/12/17/08a63535-c88b-41c5-9090-a820ea4a2aa0.png');
60
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (3, 0, '历史景点', 't', 't', '历史景点', 0, '历史景点', NULL, '/profile/upload/2024/12/17/216267af-502a-4cf9-9325-23431d4515f2.png,/profile/upload/2024/12/17/99d961a7-b3ee-4a05-9273-b89bfd6740f0.png');
61
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (4, 0, '商业广场', 't', 't', NULL, 0, NULL, NULL, '/profile/upload/2024/12/17/0bf42bbe-30d6-4280-acd3-8abe8e5a5546.png,/profile/upload/2024/12/17/9ef47d98-202a-4d8c-ab01-85ad4151a8fb.png');
62
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (5, 0, '医疗服务', 't', 't', NULL, 0, NULL, NULL, '/profile/upload/2024/12/17/9dec35e2-3c82-4900-a4e1-7e180bbcbdaa.png,/profile/upload/2024/12/17/3af09672-8481-421a-a48e-95699a78d9c5.png');
63
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (6, 0, '高校', 't', 't', NULL, 0, NULL, NULL, '/profile/upload/2024/12/17/af3207ad-81f0-4d95-b2c6-a3c41c7dc3bd.png,/profile/upload/2024/12/17/5f0147b9-9198-4a1b-9520-ab8572d595b4.png');
64
+INSERT INTO "public"."organization_type" ("type_id", "parent_id", "type_name", "click", "search", "description", "order_id", "memo", "colour", "icon") VALUES (7, 0, '公园', 't', 't', '公园', 0, NULL, NULL, '/profile/upload/2024/12/17/aa8ccffc-6274-4bb7-a798-f85f292dce95.png,/profile/upload/2024/12/17/a5c2cbaa-676d-4a71-9544-a1fb0b786235.png');
65
+
61 66
 select setval('organization_type_type_id_seq', (select max(type_id) from organization_type));
62 67
 
63 68
 
64
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (2, 1, NULL, NULL, NULL, '武侯祠', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/3800608a-92cb-4bd3-b63b-008f1eef5b3f.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
65
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (3, 1, NULL, NULL, NULL, '成都锦里', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/53f33589-b044-448b-85b2-9792c25b412b.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
66
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (4, 1, NULL, NULL, NULL, '三义祠', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/e79a0489-fb32-411b-a7bc-4a5d3eb9d587.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
67
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (5, 1, NULL, NULL, NULL, '天府广场', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/888c70ea-db04-4bd1-812b-8cfc137e647f.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
68
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (6, 3, NULL, NULL, NULL, '武侯祠', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/fa5663a9-c217-40e1-8ed8-5c117d8dad73.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
69
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (7, 3, NULL, NULL, NULL, '成都锦里', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/763ea03f-74c4-480c-ab93-9ff94ee1e495.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
70
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (8, 3, NULL, NULL, NULL, '三义祠', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/2fc1e106-99c6-4494-88fc-30bb20e54f60.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
71
-INSERT INTO "public"."organization_info" ("organization_id", "type_id", "room_id", "building_id", "area_id", "organization_name", "intro", "lng_lat", "raster_lng_lat", "important", "type_name", "address", "logo", "telephone", "product", "enter_time", "employe_num", "audio", "industry_type", "floor") VALUES (9, 3, NULL, NULL, NULL, '天府广场', NULL, NULL, NULL, 't', NULL, NULL, '/profile/upload/2024/12/03/7e596486-b5c4-4c85-890a-6aa6f12840f8.png', NULL, NULL, NULL, 0, NULL, NULL, NULL);
72
-select setval('organization_info_organization_id_seq', (select max(organization_id) from organization_info));
73 69
 
74 70
 

+ 1 - 2
src/main/resources/mapper/info/ShiftPersonnelMapper.xml

@@ -22,8 +22,7 @@
22 22
 		<where>
23 23
 			<if test="personnelName != null  and personnelName != ''"> and personnel_name like concat('%', #{personnelName}, '%')</if>
24 24
 			<if test="parkingId != null "> and parking_id = #{parkingId}</if>
25
-			<if test="startTime != null "> and start_time like concat('%', #{startTime}, '%')</if>
26
-			<if test="endTime != null "> and end_time like concat('%', #{endTime}, '%')</if>
25
+			<if test="workTime != null">and #{workTime} BETWEEN start_time AND end_time</if>
27 26
 		</where>
28 27
 		order by personnel_id
29 28