|
|
@@ -146,6 +146,12 @@ public class SmsTruckCustomerDataController extends JeecgController<SmsTruckCus
|
|
|
if (map.get("commitment")==null|| map.get("commitment").equals("[{}]")||map.get("commitment").equals("") ){
|
|
|
map.put("commitmentInfo","0");
|
|
|
}
|
|
|
+
|
|
|
+ //后续添加的营业执照不影响运行
|
|
|
+ if (map.get("businessLicense")==null){
|
|
|
+ map.put("businessLicense","[{}]");
|
|
|
+ }
|
|
|
+
|
|
|
return Result.OK(map);
|
|
|
}
|
|
|
|