|
|
@@ -293,6 +293,7 @@ public class supplyanddemand extends Controller {
|
|
|
String ftitle = content.getString("ftitle", "tsupplyanddemand.ftitle", "需求标题");
|
|
|
String fcontent = content.getString("fcontent", "tsupplyanddemand.fcontent", "需求内容");
|
|
|
String fenddate = content.getString("fenddate");
|
|
|
+ String tposition = content.getString("tposition");
|
|
|
boolean fissupply = content.getBoolean("fissupply");
|
|
|
|
|
|
PaoSetRemote tsupplyanddemandSet = getP2ServerSystemPaoSet("tsupplyanddemand", "siteid='" + siteid + "' and tagentsid='" + tagentsid + "' and tsupplyanddemandid='" + tsupplyanddemandid + "'");
|
|
|
@@ -313,6 +314,7 @@ public class supplyanddemand extends Controller {
|
|
|
tsupplyanddemand.setValue("ftitle", ftitle, 11L);//需求标题
|
|
|
tsupplyanddemand.setValue("fcontent", fcontent, 11L);//需求内容
|
|
|
tsupplyanddemand.setValue("fenddate", fenddate, 11L);//到期时间
|
|
|
+ tsupplyanddemand.setValue("tposition", tposition, 11L);//供需发布时的位置
|
|
|
|
|
|
tsupplyanddemand.setValue("changeby", username, 11L);//修改人
|
|
|
tsupplyanddemand.setValue("changedate", sysdate, 11L);//修改时间
|