소스 검색

fix PC优化

he2802 3 년 전
부모
커밋
a3c91f0411
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

@@ -585,7 +585,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                  goods_course c  LEFT JOIN  course_menu_exam m ON m.course_id = c.course_id
              where
                  m.type = 1
-               and c.goods_id = g.goods_id) as exam_num
+               and c.goods_id = g.goods_id) as exam_number
         FROM
             goods g
         WHERE