Commit 145e7d0a authored by suhuiguang's avatar suhuiguang

1.去掉无用url字段防止url过长

parent 13fa9a13
......@@ -300,6 +300,10 @@ public class TaskModelServiceImpl {
obj.remove("superviseOrgName");
obj.remove("dockingUnitCode");
obj.remove("address");
obj.remove("detectionRegion");
obj.remove("expiryDate");
obj.remove("applyTime");
obj.remove("expiryDate");
}
private static String toQueryParams2(JSONObject jsonObject) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment