zouxuan 2 years ago
parent
commit
ab312d2872

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

@@ -66,8 +66,8 @@
 			<if test="musicGroupId != null and musicGroupId != ''">
 				AND ccl.music_group_id_ = #{musicGroupId}
 			</if>
-			<if test="operatorName != null and operatorName != ''">
-				AND operator_name_ LIKE CONCAT('%',#{operatorName},'%')
+			<if test="operator != null and operator != ''">
+				AND operator_name_ LIKE CONCAT('%',#{operator},'%')
 			</if>
 			<if test="operatorDate != null and operatorDate != ''">
 				AND DATE_FORMAT(ccl.create_time_,'%Y-%m-%d') = #{operatorDate}