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