Explorar el Código

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

eganwu hace 1 año
padre
commit
3af866a891

+ 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);