|
@@ -102,7 +102,7 @@ public class ViewController extends Controller {
|
|
|
public void dyjl2pacs() {
|
|
|
try {
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
- JSONArray jsonArray = dService.getBindList(this.getPara("stime"),this.getPara("etime"));
|
|
|
+ JSONArray jsonArray = dService.getBindList(this.getPara("sdate"),this.getPara("edate"));
|
|
|
for (Object object : jsonArray) {
|
|
|
try {
|
|
|
JSONObject jsonObject = JSON.parseObject(object.toString());
|