Compare commits

...

1 Commits

Author SHA1 Message Date
lijianlin 7e8cfbb13e 11-25 小黄车筛选 市场改为id 1 hour ago
  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