he2802 2 жил өмнө
parent
commit
50f3b49a6d

+ 3 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/CoursePhotoLogMapper.xml

@@ -61,6 +61,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="chapterId != null">
             and chapter_id = #{chapterId}
         </if>
+        <if test="orderGoodsId != null">
+            and order_goods_id = #{orderGoodsId}
+        </if>
     </select>
 
 </mapper>