|
|
@ -115,6 +115,15 @@ |
|
|
|
<if test ='null != suggestion'> |
|
|
|
suggestion, |
|
|
|
</if> |
|
|
|
<if test ='null != address'> |
|
|
|
ADDRESS, |
|
|
|
</if> |
|
|
|
<if test ='null != longitude'> |
|
|
|
LONGITUDE, |
|
|
|
</if> |
|
|
|
<if test ='null != latitude'> |
|
|
|
LATITUDE, |
|
|
|
</if> |
|
|
|
<if test ='null != customerId'> |
|
|
|
customer_id, |
|
|
|
</if> |
|
|
@ -186,6 +195,15 @@ |
|
|
|
<if test ='null != suggestion'> |
|
|
|
#{suggestion}, |
|
|
|
</if> |
|
|
|
<if test ='null != address'> |
|
|
|
#{address}, |
|
|
|
</if> |
|
|
|
<if test ='null != longitude'> |
|
|
|
#{longitude}, |
|
|
|
</if> |
|
|
|
<if test ='null != latitude'> |
|
|
|
#{latitude}, |
|
|
|
</if> |
|
|
|
<if test ='null != customerId'> |
|
|
|
#{customerId}, |
|
|
|
</if> |
|
|
|