| | |
| | | <select id="selectAccidentExpressList" resultMap="AccidentExpressInfoPageDOResult"> |
| | | select id,`gmt_moditify`,`create_uid`,`accident_cause`,`occurrence_time`,occurrence_place ,accident_department_id ,accident_name |
| | | from accident_express where del_flag = 0 |
| | | <if test="query.accidentName != null and query.accidentName != ''">and `accident_name` like concat('%', #{query.accidentName}, '%')</if> |
| | | ` |
| | | </select> |
| | | |
| | | <insert id="addAccidentExpress" parameterType="com.gkhy.safePlatform.incidentManage.entity.AccidentExpressInfo" |