|
|
@@ -31,7 +31,7 @@ public class Appointment extends Controller {
|
|
|
public String insert() throws YosException {
|
|
|
|
|
|
String ownertable = content.getStringValue("ownertable");
|
|
|
- String ownerid = content.getStringValue("ownerid");
|
|
|
+ Long ownerid = content.getLongValue("ownerid");
|
|
|
Long shareuserid = content.getLongValue("shareuserid");
|
|
|
String sharename = "";
|
|
|
if (!ownertable.isEmpty()) {
|