|
|
@@ -40,7 +40,7 @@ public class notice extends Controller {
|
|
|
// insertSQL.setValue("status", content.getString("status"));
|
|
|
insertSQL.setValue("publishdate", content.getStringValueForDate("publishdate", "yyyy-MM-dd", "null"));
|
|
|
insertSQL.setValue("sat_notice_classid", content.getLongValue("sat_notice_classid"));
|
|
|
- insertSQL.setValue("content", content.getString("content", true));
|
|
|
+ insertSQL.setValue("content", content.getStringValue("content", true));
|
|
|
insertSQL.insert();
|
|
|
content.put("sat_noticeid", sat_noticeid);
|
|
|
} else {
|