eganwu 1 tahun lalu
induk
melakukan
b7ab50e989

+ 1 - 1
src/custom/restcontroller/webmanage/saletool/appointment/Appointment.java

@@ -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()) {