Prechádzať zdrojové kódy

素材详细bug 修复

eganwu 1 rok pred
rodič
commit
4926384773

+ 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, "素材-详细");