forked from xxhjsb/wit-park-backend
危险作业id返回
parent
07fab704d7
commit
7853657563
|
@ -101,7 +101,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="hazardousOperationManagement" resultType="HazardousOperation">
|
<select id="hazardousOperationManagement" resultType="HazardousOperation">
|
||||||
select name,operation_start operationStart ,operation_end operationEnd from hazardous_operation
|
select id, name,operation_start operationStart ,operation_end operationEnd from hazardous_operation
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="hazardousOperationVariationTendency" resultType="java.util.Date">
|
<select id="hazardousOperationVariationTendency" resultType="java.util.Date">
|
||||||
|
|
Loading…
Reference in New Issue