小么熊🐻 2 éve
szülő
commit
d52817dac6

+ 2 - 2
jsjp-service/src/main/resources/mapper/order/OrderInfoMapper.xml

@@ -82,10 +82,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="selectSchoolOrderDetailed"  resultType="com.miaxis.order.domain.OrderInfo">
         select * from order_info
         <where>
-            <if test="isShare != null  and isShare != ''">
+            <if test="isShare != null">
                 and is_share = #{isShare }
             </if>
-            <if test="tradeType != null  and tradeType != ''">
+            <if test="tradeType != null">
                 and trade_type = #{tradeType }
             </if>
             <if test="schoolName != null  and schoolName != ''">