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