wu 2 недель назад
Родитель
Сommit
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());