eganwu 1 năm trước cách đây
mục cha
commit
384380bf96
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/custom/restcontroller/webmanage/adspace/ad.java

+ 2 - 0
src/custom/restcontroller/webmanage/adspace/ad.java

@@ -61,6 +61,8 @@ public class ad extends Controller {
     @API(title = "广告详情", apiversion = R.ID20240328160102.v1.class)
     public String detail() throws YosException {
 
+
+
         Long sys_adid = content.getLongValue("sys_adid");
 
         QuerySQL querySQL = SQLFactory.createQuerySQL(this, "sys_ad").setTableAlias("t1");