修改
This commit is contained in:
@@ -136,13 +136,13 @@
|
||||
PURCHASE_IN pp
|
||||
WHERE 1=1
|
||||
OPTION 输入.import_date4 <> ""
|
||||
pp.CREATIONTIME > to_date(输入.import_date4,'yyyy-mm-dd HH24:MI:SS')
|
||||
pp.CREATIONTIME > 输入.import_date4
|
||||
ENDOPTION
|
||||
OPTION 输入.begin_time <> ""
|
||||
pp.CREATIONTIME >= to_date(输入.begin_time,'yyyy-mm-dd HH24:MI:SS')
|
||||
pp.CREATIONTIME >= 输入.begin_time
|
||||
ENDOPTION
|
||||
OPTION 输入.end_time <> ""
|
||||
pp.CREATIONTIME <= to_date(输入.end_time,'yyyy-mm-dd HH24:MI:SS')
|
||||
pp.CREATIONTIME <= 输入.end_time
|
||||
ENDOPTION
|
||||
ENDSELECT
|
||||
ENDQUERY
|
||||
|
||||
@@ -137,13 +137,13 @@ public class HandTaskServiceImpl implements HandTaskService {
|
||||
taskjo.put("taskdtl_id", taskdtl_id);
|
||||
taskjo.put("task_id", task_id);
|
||||
taskjo.put("task_code", task_code);
|
||||
/*JSONObject start_point = WQLObject.getWQLObject("sch_base_point").query("point_code = '"+start_point_code+"'").uniqueResult(0);
|
||||
JSONObject start_point = WQLObject.getWQLObject("sch_base_point").query("point_code = '"+start_point_code+"'").uniqueResult(0);
|
||||
JSONObject next_point = WQLObject.getWQLObject("sch_base_point").query("point_code = '"+next_point_code+"'").uniqueResult(0);
|
||||
if (start_point.getString("area_type").equals("30")||next_point.getString("area_type").equals("30")){
|
||||
taskjo.put("acs_task_type", "3");
|
||||
}else {
|
||||
taskjo.put("acs_task_type", acs_task_type);
|
||||
}*/
|
||||
}
|
||||
//其他
|
||||
taskjo.put("task_type", "11");
|
||||
//点对点
|
||||
|
||||
Reference in New Issue
Block a user