浏览代码

erp对接商品bug修复

hu 2 年之前
父节点
当前提交
223763f29d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/custom/restcontroller/webmanage/lsak3/item/item.java

+ 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 createby = content.getString("createby");
             // 创建日期
             // 创建日期
-            String createdate = content.getString("createdate");
+            String createdate = content.getStringValue("createdate");
 
 
             // 审核人
             // 审核人
             String checkby = content.getString("checkby");
             String checkby = content.getString("checkby");
             // 审核日期
             // 审核日期
-            String checkdate = content.getString("checkdate");
+            String checkdate = content.getStringValue("checkdate");
             // 修改人
             // 修改人
             String changeby = content.getString("changeby");
             String changeby = content.getString("changeby");
             // 修改日期
             // 修改日期