Browse Source

玫瑰

master
张彭杰 4 months ago
parent
commit
3b0815dec3
1 changed files with 2 additions and 2 deletions
  1. 4
      dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml

4
dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml

@ -212,8 +212,8 @@
LEFT JOIN da_product_spec_term as dpst3 on dpst3.is_delete=0 and dpst3.product_spec_id =dps.id and
dpst3.`name`=2
where dp.is_delete=0 and dp.`status`=1 and dp.sub_category=2001
<if test="queryParam.operatingSystem != null">
AND dp.operating_system = #{queryParam.operatingSystem}
<if test="queryParams.operatingSystem != null">
AND dp.operating_system = #{queryParams.operatingSystem}
</if>
order by dps.unit_original_price asc
</select>

Loading…
Cancel
Save