فهرست منبع

装备资源库列表返回是否画册

eganwu 2 سال پیش
والد
کامیت
3af866a891
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/custom/restcontroller/webmanage/saletool/sharematerial/EquipmentResourceLibrary.java

+ 3 - 1
src/custom/restcontroller/webmanage/saletool/sharematerial/EquipmentResourceLibrary.java

@@ -235,7 +235,9 @@ public class EquipmentResourceLibrary extends Controller {
         boolean isDataAuth = content.getBooleanValue("isDataAuth");
 
         QuerySQL sqlFactory = SQLFactory.createQuerySQL(this, sat_sharematerial,
-                        "sat_sharematerialid", "title", "type", "status", "mailcount", "readcount", "downloadcount", "createdate", "checkdate", "sat_sharematerial_classids")
+                        "sat_sharematerialid", "title", "type", "status", "mailcount",
+                        "readcount", "downloadcount", "createdate", "checkdate",
+                        "sat_sharematerial_classids","ispicture")
                 .setTableAlias("t1");
         sqlFactory.setSiteid(siteid);
         sqlFactory.setWhere("classid", 3);