Browse Source

feat:报表中心异常导出

Joburgess 4 years ago
parent
commit
977e51457b

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

@@ -281,6 +281,9 @@
 			<if test="endDate!=null and endDate!=''">
 				AND generate_time_&lt;=#{endDate}
 			</if>
+			<if test="educationUserId!=null">
+				AND deal_user_id_ = #{educationUserId}
+			</if>
 		</where>
 	</sql>