|
@@ -313,6 +313,9 @@
|
|
|
<if test="goodsStatus != null ">
|
|
|
AND g.goods_status = #{goodsStatus}
|
|
|
</if>
|
|
|
+ <if test="commitPeriodStatus != null ">
|
|
|
+ AND g.commit_period_status = #{commitPeriodStatus}
|
|
|
+ </if>
|
|
|
<if test="studyStartTime != null and studyStartTime != '' and studyEndTime != null and studyEndTime != ''">
|
|
|
and #{studyStartTime} BETWEEN g.validity_start_time and g.validity_end_time or #{studyEndTime} BETWEEN
|
|
|
g.validity_start_time and g.validity_end_time
|