Browse Source

数据跟进日期调整

wu 1 week ago
parent
commit
4863d31ee6
1 changed files with 1 additions and 0 deletions
  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());