Commit ed572324 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent a569ae09
...@@ -74,16 +74,4 @@ public class BussinesscardServiceImpl extends AbstractCRUDServiceImpl<Bussinessc ...@@ -74,16 +74,4 @@ public class BussinesscardServiceImpl extends AbstractCRUDServiceImpl<Bussinessc
} }
} }
public static void main(String[] args) {
JSONObject setting = new JSONObject();
setting.put("photoPath",true);
setting.put("companyName",true);
setting.put("positionName",true);
setting.put("phoneNumber",true);
setting.put("email",true);
setting.put("companyAdress",true);
setting.put("companyIntro",true);
setting.put("companyProduct",true);
System.out.println(setting.toJSONString());
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment