浏览代码

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