Sfoglia il codice sorgente

erp对接商品bug修复

hu 2 anni fa
parent
commit
223763f29d

+ 2 - 2
src/custom/restcontroller/webmanage/lsak3/item/item.java

@@ -81,12 +81,12 @@ public class item extends Controller {
             // 创建人
             String createby = content.getString("createby");
             // 创建日期
-            String createdate = content.getString("createdate");
+            String createdate = content.getStringValue("createdate");
 
             // 审核人
             String checkby = content.getString("checkby");
             // 审核日期
-            String checkdate = content.getString("checkdate");
+            String checkdate = content.getStringValue("checkdate");
             // 修改人
             String changeby = content.getString("changeby");
             // 修改日期