浏览代码

数据跟进日期调整

wu 4 月之前
父节点
当前提交
4863d31ee6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/custom/restcontroller/system/datafollowup/datafollowup.java

+ 1 - 0
src/custom/restcontroller/system/datafollowup/datafollowup.java

@@ -181,6 +181,7 @@ public class datafollowup extends Controller {
             insertSQL.setValue("sa_hospitaldepid", content.getLongValue("sa_hospitaldepid"));
             insertSQL.setValue("sa_doctorid", content.getLongValue("sa_doctorid"));
             insertSQL.setValue("sa_customersid", content.getLongValue("sa_customersid"));
+            insertSQL.setValue("createdate",content.getStringValueForDate("createdate", "yyyy-MM-dd", getDateTime_Str()));
 
             sqlList.add(insertSQL.getSQL());
             sqlList.add(DataContrlLog.createLog(this, ownertable, ownerid, "新增跟进动态", "新增跟进动态【" + contentstr + "】").getSQL());