|
@@ -101,6 +101,9 @@
|
|
|
<if test="searchEndTime != null">
|
|
|
and outstoreform.created_time <![CDATA[ <= ]]> #{searchEndTime}
|
|
|
</if>
|
|
|
+ <if test="status!=null">
|
|
|
+ and outstoreform.status=#{status}
|
|
|
+ </if>
|
|
|
</sql>
|
|
|
<select id="selectList" parameterType="com.platform.dao.dto.store.OutStoreFormDTO"
|
|
|
resultType="com.platform.dao.vo.query.store.OutStoreFormVO">
|