|
@@ -407,6 +407,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cgu.official_status_num,
|
|
|
u.user_account,
|
|
|
u.user_id,
|
|
|
+ u.company_name,
|
|
|
cgu.`status`,
|
|
|
u.realname,
|
|
|
og.goods_id,
|
|
@@ -492,6 +493,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
|
AND og.study_count = 0
|
|
|
</if>
|
|
|
+ <if test="periodStatus != null and periodStatus == 1 ">
|
|
|
+ AND cgu.period_status = 1
|
|
|
+ </if>
|
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
|
AND cgu.official_status = 1
|
|
|
</if>
|
|
@@ -672,6 +676,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
|
AND og.study_count = 0
|
|
|
</if>
|
|
|
+ <if test="periodStatus != null and periodStatus == 1 ">
|
|
|
+ AND cgu.period_status = 1
|
|
|
+ </if>
|
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
|
AND cgu.official_status = 1
|
|
|
</if>
|