|
@@ -342,10 +342,10 @@
|
|
|
tenant_id_ = #{tenantId}
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 'MUSIC_PATROL_ITEM'">
|
|
|
- irdr.data_type_ = 'MUSIC_PATROL_ITEM'
|
|
|
+ and irdr.data_type_ = 'MUSIC_PATROL_ITEM'
|
|
|
</if>
|
|
|
<if test="searchType == 'INSPECTION_ITEM_PLAN'">
|
|
|
- irdr.data_type_ = 'INSPECTION_ITEM_PLAN'
|
|
|
+ and irdr.data_type_ = 'INSPECTION_ITEM_PLAN'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="hasDealTime!=null and hasDealTime">
|