|
@@ -238,7 +238,7 @@ public class imdialog extends Controller {
|
|
|
PaoSetRemote timsubjectcontentSet = timsubject.getPaoSet("$timsubjectcontent", "timsubjectcontent");
|
|
PaoSetRemote timsubjectcontentSet = timsubject.getPaoSet("$timsubjectcontent", "timsubjectcontent");
|
|
|
|
|
|
|
|
if (content.containsKey("fcontent") && !"".equals(content.getString("fcontent"))) {
|
|
if (content.containsKey("fcontent") && !"".equals(content.getString("fcontent"))) {
|
|
|
- String fcontent = content.getString("fcontent", "timsubject.fcontent", "»°ÌâÄÚÈÝ");//»°ÌâÄÚÈÝ
|
|
|
|
|
|
|
+ String fcontent = content.getString("fcontent", "timsubjectcontent.fcontent", "»°ÌâÄÚÈÝ");//»°ÌâÄÚÈÝ
|
|
|
PaoRemote timsubjectcontent = timsubjectcontentSet.addAtEnd();
|
|
PaoRemote timsubjectcontent = timsubjectcontentSet.addAtEnd();
|
|
|
timsubjectcontent.setValue("siteid", siteid, 11L);
|
|
timsubjectcontent.setValue("siteid", siteid, 11L);
|
|
|
timsubjectcontent.setValue("createdate", sysdate, 11L);
|
|
timsubjectcontent.setValue("createdate", sysdate, 11L);
|