eganwu 1 tahun lalu
induk
melakukan
d4e6fb3eab

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

@@ -247,7 +247,7 @@ public class DesignPic extends Controller {
 
 
         QuerySQL querySQL = SQLFactory.createQuerySQL(this, sat_sharematerial,
-                        "sat_sharematerialid", "title", "status", "type", "commentcount", "likecount", "collectcount", "sequence", "createdate", "checkdate", "renderingsclass")
+                        "sat_sharematerialid", "title", "status", "type", "commentcount", "likecount", "collectcount", "sequence", "createby", "createdate", "checkdate", "renderingsclass")
                 .setTableAlias("t1");
         querySQL.addJoinTable(JOINTYPE.left, "sys_enterprise", "t3", "t3.sys_enterpriseid=t1.sys_enterpriseid and t3.siteid=t1.siteid"
                 , "enterprisename", "sys_enterpriseid");