Merge remote-tracking branch 'origin/dev_2nd_period_test' into fix_2nd_period

This commit is contained in:
高嵩
2022-12-29 17:37:10 +08:00
@@ -120,6 +120,11 @@
<if test="params.digitalPlatform != null and params.digitalPlatform != '' ">
and plb.digital_platform like concat('%',#{params.digitalPlatform},'%')
</if>
<!--搜索条件:品牌-->
<if test="params.brand != null and params.brand != '' ">
and plb.brand = #{params.brand}
</if>
</where>
order by plb.sort desc, plb.create_time desc
</select>