|
|
|
@ -121,7 +121,8 @@ |
|
|
|
<if test="executionStatus != null and executionStatus != ''">and execution_status = #{executionStatus}</if> |
|
|
|
<if test="taskCycle != null and taskCycle != ''">and task_cycle = #{taskCycle}</if> |
|
|
|
<if test="devNo != null and devNo != ''">and dev_no = #{devNo}</if> |
|
|
|
<if test="devType != null and devType != ''">and dev_type = #{devType}</if> |
|
|
|
<!-- <if test="devType != null and devType != ''">and dev_type = #{devType}</if>--> |
|
|
|
<if test="devType != null and devType != ''">and find_in_set(#{devType}, dev_type)</if> |
|
|
|
<if test="storage != null and storage != ''">and storage = #{storage}</if> |
|
|
|
<if test="areaId != null and areaId != ''">and area_id = #{areaId}</if> |
|
|
|
<!-- <if test="areaName != null and areaName != ''">and area_name = #{areaName}</if>--> |
|
|
|
|