yfh 4 days ago
parent
commit
a6c069ce2a

+ 1 - 1
fs-service/src/main/resources/mapper/course/FsCourseWatchLogMapper.xml

@@ -842,7 +842,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test ='maps.logType !=null'>
                 and l.log_type = #{maps.logType}
             </if>
-            <if test ='maps.maps.periodId !=null'>
+            <if test ='maps.periodId !=null'>
                 and  l.period_id = #{maps.periodId}
             </if>
             <if test ='maps.companyId !=null'>