|
@@ -568,6 +568,10 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
568
|
568
|
public void addConsultantBuildings(String personId, String paramStr) {
|
569
|
569
|
JSONObject params = JSONObject.parseObject(paramStr);
|
570
|
570
|
String building = params.getString("buildings");
|
|
571
|
+ if (StringUtils.isEmpty(building)) {
|
|
572
|
+ return;
|
|
573
|
+ }
|
|
574
|
+
|
571
|
575
|
// JSONArray buildings = params.getJSONArray("buildings");
|
572
|
576
|
|
573
|
577
|
// if (null != buildings && !buildings.isEmpty()) {
|