|
@@ -162,6 +162,9 @@ public class supplyanddemand extends Controller {
|
|
|
} else {
|
|
|
Rows rows = dbConnect.runSqlQuery("select ftitle,tenterprise_userid from tsupplyanddemand where siteid='" + siteid + "' and tsupplyanddemandid='" + tsupplyanddemandid + "'");
|
|
|
if (!rows.isEmpty()) {
|
|
|
+ if(rows.get(0).getString("fstatus").equals("对接中")){
|
|
|
+ return getErrReturnObject().setErrMsg("正在对接中").toString();
|
|
|
+ }
|
|
|
//聊天对话框不存在时,自动生成一个聊天对话框
|
|
|
PaoSetRemote timdialogSet = getP2ServerSystemPaoSet("timdialog");
|
|
|
PaoRemote timdialog = timdialogSet.addAtEnd();
|