| | |
| | | <id column="id" property="id" jdbcType="BIGINT"/> |
| | | <result column="gmt_moditify" property="gmtModitify"/> |
| | | <result column="create_uid" property="createUid"/> |
| | | <result column="create_name" property="createName"/> |
| | | <result column="accident_cause" property="accidentCause"/> |
| | | <result column="occurrence_time" property="occurrenceTime"/> |
| | | <result column="occurrence_place" property="occurrencePlace"/> |
| | |
| | | </resultMap> |
| | | |
| | | <select id="selectAccidentExpressList" resultMap="AccidentExpressInfoPageDOResult"> |
| | | select id,`gmt_moditify`,`create_uid`,`accident_cause`,`occurrence_time`,occurrence_place ,accident_department_id ,accident_name |
| | | select id,`gmt_moditify`,`create_uid`,`accident_cause`,`occurrence_time`,occurrence_place ,accident_department_id ,accident_name ,create_name |
| | | from accident_express where del_flag = 0 |
| | | </select> |
| | | |
| | |
| | | <if test="gmtModitify != null ">gmt_moditify,</if> |
| | | <if test="createUid != null ">create_uid,</if> |
| | | <if test="updateUid != null ">update_uid,</if> |
| | | <if test="createName != null and createName != ''">create_name,</if> |
| | | <if test="emergencyPrecautions != null and emergencyPrecautions != ''">emergency_precautions,</if> |
| | | <if test="accidentCausesPreliminaryAnalysis != null and accidentCausesPreliminaryAnalysis != ''">accident_causes_preliminary_analysis,</if> |
| | | <if test="accidentBriefProcess != null and accidentBriefProcess != ''">accident_brief_process,</if> |
| | |
| | | <if test="gmtModitify != null ">#{gmtModitify},</if> |
| | | <if test="createUid != null ">#{createUid},</if> |
| | | <if test="updateUid != null ">#{updateUid},</if> |
| | | <if test="createName != null and createName != ''">#{createName},</if> |
| | | <if test="emergencyPrecautions != null and emergencyPrecautions != ''">#{emergencyPrecautions},</if> |
| | | <if test="accidentCausesPreliminaryAnalysis != null and accidentCausesPreliminaryAnalysis != ''">#{accidentCausesPreliminaryAnalysis},</if> |
| | | <if test="accidentBriefProcess != null and accidentBriefProcess != ''">#{accidentBriefProcess},</if> |