|
|
@@ -164,7 +164,7 @@ public class WxScoreRules extends BaseTenantEntity { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static JSONObject replaceBusinessName(JSONObject json,String businessName) { |
|
|
public static JSONObject replaceBusinessName(JSONObject json,String businessName) { |
|
|
json.replace("title", "\""+businessName+"\""); |
|
|
|
|
|
|
|
|
json.replace("title", businessName); |
|
|
return json; |
|
|
return json; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|