jyy
2021-04-13 519430edff2ce737a5eaedaaa7a0d24c57fe464a
zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopOrderDao.xml
@@ -577,9 +577,7 @@
         <if test="(record.shopId!=null and record.shopId!='')">
            and o.store_id=#{record.shopId}
         </if>
         <if test="(record.payMethod!=null and record.payMethod!='') ">
            and o.pay_method  = #{record.payMethod}
         </if>
      </if>
      <if test="pageVo !=null"><!-- 判断pageVo对象是否为空 -->