|
|
@@ -6,8 +6,8 @@
|
|
6
|
6
|
tf.id id,
|
|
7
|
7
|
sh.storehouse_name house_name,
|
|
8
|
8
|
tf.pz kinds,
|
|
9
|
|
- to_date(to_char(tf.tfkssj,'yyyy-mm-dd hh24:mi:ss'), 'yyyy-mm-dd hh24:mi:ss') start_time,
|
|
10
|
|
- to_date(to_char(tf.tfjssj,'yyyy-mm-dd hh24:mi:ss'), 'yyyy-mm-dd hh24:mi:ss') end_time,
|
|
|
9
|
+ to_char(tf.tfkssj,'yyyy-mm-dd hh24:mi:ss') start_time,
|
|
|
10
|
+ to_char(tf.tfjssj,'yyyy-mm-dd hh24:mi:ss') end_time,
|
|
11
|
11
|
'通风' type,
|
|
12
|
12
|
tf.tfzyfzr operator
|
|
13
|
13
|
FROM
|
|
|
@@ -31,8 +31,8 @@
|
|
31
|
31
|
forrecord.id,
|
|
32
|
32
|
forrecord.cfmc house_name,
|
|
33
|
33
|
forrecord.lspz kinds,
|
|
34
|
|
- forrecord.fumigation_start start_time,
|
|
35
|
|
- forrecord.fumigation_end end_time,
|
|
|
34
|
+ to_char(forrecord.fumigation_start,'yyyy-mm-dd hh24:mi:ss') start_time,
|
|
|
35
|
+ to_char(forrecord.fumigation_end,'yyyy-mm-dd hh24:mi:ss') end_time,
|
|
36
|
36
|
'熏蒸' type,
|
|
37
|
37
|
forrecord.operation_supervisor operator
|
|
38
|
38
|
FROM t_fumigation_forrecord forrecord
|