eganwu 1 سال پیش
والد
کامیت
b7ab50e989
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/custom/restcontroller/webmanage/saletool/appointment/Appointment.java

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