瀏覽代碼

素材详细bug 修复

eganwu 1 年之前
父節點
當前提交
4926384773
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/saletool/sharematerial/sharematerial.java

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

@@ -209,7 +209,7 @@ public class sharematerial extends Controller {
     public String selectDetail() throws YosException {
 
 
-        Long sat_sharematerialid = content.getLong("sat_sharematerialid");
+        Long sat_sharematerialid = content.getLongValue("sat_sharematerialid");
         //新增记录
         addReadLog(sat_sharematerialid);
         SQLFactory sqlFactory = new SQLFactory(this, "素材-详细");