Browse Source

11-25 小黄车筛选 市场改为id

lijianlin/feature-20251104110749-现金管理二期
lijianlin 2 hours ago
parent
commit
7e8cfbb13e
  1. 2
      src/main/resources/mapper/BeanRechargeMapper1.xml

2
src/main/resources/mapper/BeanRechargeMapper1.xml

@ -39,7 +39,7 @@
and co.jwcode =#{jwcode}
</if>
<if test="market!= null and market!=''">
and m.name = #{market}
and m.id = #{market}
</if>
<if test="productName!= null and productName!=''">
and pd.name = #{productName}

Loading…
Cancel
Save