|
@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="riskLevel != null "> and risk_level = #{riskLevel}</if>
|
|
<if test="riskLevel != null "> and risk_level = #{riskLevel}</if>
|
|
<if test="workDescription != null and workDescription != ''"> and work_description = #{workDescription}</if>
|
|
<if test="workDescription != null and workDescription != ''"> and work_description = #{workDescription}</if>
|
|
<if test="workPeopleNumber != null "> and work_people_number = #{workPeopleNumber}</if>
|
|
<if test="workPeopleNumber != null "> and work_people_number = #{workPeopleNumber}</if>
|
|
- <if test="guardianUnit != null and guardianUnit != ''"> and guardian_unit = #{guardianUnit}</if>
|
|
|
|
|
|
+ <if test="hpjb != null and hpjb != ''"> and hpjb = #{hpjb}</if>
|
|
<if test="estimateWorktime != null and estimateWorktime != ''"> and estimate_worktime = #{estimateWorktime}</if>
|
|
<if test="estimateWorktime != null and estimateWorktime != ''"> and estimate_worktime = #{estimateWorktime}</if>
|
|
<if test="bookingticketId != null "> and bookingticket_id = #{bookingticketId}</if>
|
|
<if test="bookingticketId != null "> and bookingticket_id = #{bookingticketId}</if>
|
|
<if test="reservationNumber != null and reservationNumber != ''"> and reservation_number = #{reservationNumber}</if>
|
|
<if test="reservationNumber != null and reservationNumber != ''"> and reservation_number = #{reservationNumber}</if>
|
|
@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="riskLevel != null">risk_level,</if>
|
|
<if test="riskLevel != null">risk_level,</if>
|
|
<if test="workDescription != null">work_description,</if>
|
|
<if test="workDescription != null">work_description,</if>
|
|
<if test="workPeopleNumber != null">work_people_number,</if>
|
|
<if test="workPeopleNumber != null">work_people_number,</if>
|
|
- <if test="guardianUnit != null">guardian_unit,</if>
|
|
|
|
|
|
+ <if test="hpjb != null">hpjb,</if>
|
|
<if test="estimateWorktime != null">estimate_worktime,</if>
|
|
<if test="estimateWorktime != null">estimate_worktime,</if>
|
|
<if test="bookingticketId != null">bookingticket_id,</if>
|
|
<if test="bookingticketId != null">bookingticket_id,</if>
|
|
<if test="deptId != null">dept_id,</if>
|
|
<if test="deptId != null">dept_id,</if>
|
|
@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="riskLevel != null">#{riskLevel},</if>
|
|
<if test="riskLevel != null">#{riskLevel},</if>
|
|
<if test="workDescription != null">#{workDescription},</if>
|
|
<if test="workDescription != null">#{workDescription},</if>
|
|
<if test="workPeopleNumber != null">#{workPeopleNumber},</if>
|
|
<if test="workPeopleNumber != null">#{workPeopleNumber},</if>
|
|
- <if test="guardianUnit != null">#{guardianUnit},</if>
|
|
|
|
|
|
+ <if test="hpjb != null">#{hpjb},</if>
|
|
<if test="estimateWorktime != null">#{estimateWorktime},</if>
|
|
<if test="estimateWorktime != null">#{estimateWorktime},</if>
|
|
<if test="bookingticketId != null">#{bookingticketId},</if>
|
|
<if test="bookingticketId != null">#{bookingticketId},</if>
|
|
<if test="deptId != null">#{deptId},</if>
|
|
<if test="deptId != null">#{deptId},</if>
|
|
@@ -141,7 +141,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="riskLevel != null">risk_level = #{riskLevel},</if>
|
|
<if test="riskLevel != null">risk_level = #{riskLevel},</if>
|
|
<if test="workDescription != null">work_description = #{workDescription},</if>
|
|
<if test="workDescription != null">work_description = #{workDescription},</if>
|
|
<if test="workPeopleNumber != null">work_people_number = #{workPeopleNumber},</if>
|
|
<if test="workPeopleNumber != null">work_people_number = #{workPeopleNumber},</if>
|
|
- <if test="guardianUnit != null">guardian_unit = #{guardianUnit},</if>
|
|
|
|
|
|
+ <if test="hpjb != null">hpjb = #{hpjb},</if>
|
|
<if test="estimateWorktime != null">estimate_worktime = #{estimateWorktime},</if>
|
|
<if test="estimateWorktime != null">estimate_worktime = #{estimateWorktime},</if>
|
|
<if test="bookingticketId != null">bookingticket_id = #{bookingticketId},</if>
|
|
<if test="bookingticketId != null">bookingticket_id = #{bookingticketId},</if>
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|