Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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> |
-
Please register or login to post a comment