Преглед изворни кода

海盐工单详情添加省市县

hu пре 4 година
родитељ
комит
543ded8ec1

+ 2 - 2
src/rest/openapi/restcontroller/hyworkorder/webapp/workorder/HyWorkOrder.java

@@ -122,9 +122,9 @@ public class HyWorkOrder extends Controller {
 				workorder.reset();
 				if (!workorder.isEmpty()) {
 					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" };
-					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" };
 					Row row_detail = getrow(from_detail, to_detail, workorderpao);
 					/** ¹¤µ¥ÏêÇé **/