|
|
|
@@ -116,7 +116,7 @@ public class TtMerchantPoi extends TenantEntity { |
|
|
|
public String getTtPath(){ |
|
|
|
JsonObject object = new JsonObject(); |
|
|
|
// if(!merchantPoi.getTenantId().equals(id.toString())){ |
|
|
|
if(getId() != 1038){ |
|
|
|
if(id != null && id != 1038){ |
|
|
|
object.addProperty("type","md"); |
|
|
|
object.addProperty("id",id); |
|
|
|
} |
|
|
|
|