wangchuanjin 2 năm trước cách đây
mục cha
commit
86ff7e35b7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      public/service/surplus.go

+ 2 - 0
public/service/surplus.go

@@ -2,6 +2,7 @@ package service
 
 import (
 	"errors"
+	"log"
 	"time"
 
 	. "app.yhyue.com/moapp/jybase/date"
@@ -28,6 +29,7 @@ func Surplus(appid, function_code string, account_id, ent_account_id, ent_id, en
 	} else if account_id == 0 && ent_account_id == 0 {
 		return 0, 0, 0, errors.New("无效的参数account_id、ent_account_id")
 	}
+	log.Println("=-----", account_id, ent_account_id, ent_id, ent_user_id)
 	function := Base_function.FindByCode(appid, function_code)
 	if function == nil {
 		return 0, 0, 0, errors.New("功能原始表中没有找到该功能")