|
@@ -159,8 +159,6 @@ public class serviceorder extends Controller {
|
|
|
sqlList.add("update sa_serviceorder set status='待受理',sys_enterpriseid_service="+agents.get(0).getLong("sys_enterpriseid")+" where sa_serviceorderid="+sa_serviceorderid);
|
|
|
}else{
|
|
|
Rows serviceagents = dbConnect.runSqlQuery("select t1.sys_enterpriseid,t2.province,t2.city,t2.county from sa_agents t1 inner join sa_agents_salescope t2 on t1.sa_agentsid=t2.sa_agentsid and t1.siteid=t2.siteid where t1.siteid='"+siteid+"'");
|
|
|
- System.out.println(serviceagents.get(0).getString("city"));
|
|
|
- System.out.println(rows.get(0).getString("city"));
|
|
|
RowsMap countyRowsMap=serviceagents.toRowsMap("county");
|
|
|
RowsMap cityRowsMap=serviceagents.toRowsMap("city");
|
|
|
RowsMap provinceRowsMap=serviceagents.toRowsMap("province");
|