|
@@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="subjectName" column="subject_name"/>
|
|
<result property="subjectName" column="subject_name"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
- <select id="selectList" parameterType="com.zhongzheng.modules.goods.bo.GoodsAttachedQueryBo" resultMap="CourseResultVo">
|
|
|
|
|
|
+ <select id="selectList" parameterType="com.zhongzheng.modules.goods.bo.GoodsAttachedQueryBo" resultMap="GoodsAttachedResultVo">
|
|
SELECT
|
|
SELECT
|
|
ga.*,
|
|
ga.*,
|
|
CASE
|
|
CASE
|