|
|
|
@ -1129,6 +1129,9 @@ |
|
|
|
<if test="query.repairType != null and query.repairType != ''"> |
|
|
|
AND a.repair_type = #{query.repairType} |
|
|
|
</if> |
|
|
|
<if test="query.feedBackDesc != null and query.feedBackDesc != ''"> |
|
|
|
AND b.FeedBackDesc like '%' +#{query.feedBackDesc}+'%' |
|
|
|
</if> |
|
|
|
and a.FunctionType =#{query.functionType} |
|
|
|
</where> |
|
|
|
ORDER BY a.PlanDate, |
|
|
|
|