Explorar o código

Merge remote-tracking branch 'origin/develop-yellow' into develop2

eganwu %!s(int64=2) %!d(string=hai) anos
pai
achega
27b83f0c3f

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

@@ -235,7 +235,9 @@ public class EquipmentResourceLibrary extends Controller {
         boolean isDataAuth = content.getBooleanValue("isDataAuth");
         boolean isDataAuth = content.getBooleanValue("isDataAuth");
 
 
         QuerySQL sqlFactory = SQLFactory.createQuerySQL(this, sat_sharematerial,
         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");
                 .setTableAlias("t1");
         sqlFactory.setSiteid(siteid);
         sqlFactory.setSiteid(siteid);
         sqlFactory.setWhere("classid", 3);
         sqlFactory.setWhere("classid", 3);