Authored by mali

闲鱼订单

@@ -227,7 +227,7 @@ @@ -227,7 +227,7 @@
227 and a.attributes != 9 227 and a.attributes != 9
228 and c.attributes!=9 228 and c.attributes!=9
229 </if> 229 </if>
230 - <if test="buyerOrderReq.business_client != null"> 230 + <if test="buyerOrderReq.businessClient != null">
231 and a.business_client = #{buyerOrderReq.businessClient} 231 and a.business_client = #{buyerOrderReq.businessClient}
232 </if> 232 </if>
233 </sql> 233 </sql>