yonge 3 年之前
父節點
當前提交
165fe8628c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/IndexErrDataRecordMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/IndexErrDataRecordMapper.xml

@@ -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">