|
|
|
@ -410,6 +410,12 @@
|
|
|
|
|
<if test="manufactory != null and manufactory != ''">
|
|
|
|
|
and manufactory LIKE concat('%',#{manufactory},'%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="dispatch != null">
|
|
|
|
|
and basic_udirel.dispatch = #{dispatch}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="groupBuy != null">
|
|
|
|
|
and basic_udirel.groupBuy = #{groupBuy}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY modifyTime DESC
|
|
|
|
|
</select>
|
|
|
|
|