|
@@ -122,9 +122,9 @@ public class HyWorkOrder extends Controller {
|
|
|
workorder.reset();
|
|
workorder.reset();
|
|
|
if (!workorder.isEmpty()) {
|
|
if (!workorder.isEmpty()) {
|
|
|
PaoRemote workorderpao = workorder.getPao(0);
|
|
PaoRemote workorderpao = workorder.getPao(0);
|
|
|
- String[] from_detail = { "fstatus", "ftype", "fworknum", "servernum", "createdate", "faddress",
|
|
|
|
|
|
|
+ String[] from_detail = {"fprovince","fcity","fcounty","fstatus", "ftype", "fworknum", "servernum", "createdate", "faddress",
|
|
|
"projectleader", "ownerid", "fagentnum", "scenefname", "scenephone" };
|
|
"projectleader", "ownerid", "fagentnum", "scenefname", "scenephone" };
|
|
|
- String[] to_detail = { "fstatus", "ftype", "fworknum", "servernum", "createdate", "faddress",
|
|
|
|
|
|
|
+ String[] to_detail = { "fprovince","fcity","fcounty","fstatus", "ftype", "fworknum", "servernum", "createdate", "faddress",
|
|
|
"projectleader", "hyworkorderid", "fagentnum", "scenefname", "scenephone" };
|
|
"projectleader", "hyworkorderid", "fagentnum", "scenefname", "scenephone" };
|
|
|
Row row_detail = getrow(from_detail, to_detail, workorderpao);
|
|
Row row_detail = getrow(from_detail, to_detail, workorderpao);
|
|
|
/** ¹¤µ¥ÏêÇé **/
|
|
/** ¹¤µ¥ÏêÇé **/
|