Преглед изворни кода

//update test

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
c1e518bae5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/TtMerchantPoi.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/TtMerchantPoi.java Прегледај датотеку

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


Loading…
Откажи
Сачувај