|
@@ -252,8 +252,8 @@ public class TmstruckTimeTaskResultController extends BaseRESTfulController {
|
|
|
mapValue=new HashMap<>();
|
|
|
}
|
|
|
DataChange.queryDataByDateTime(startTime, endTime, mapValue, sdfDateTime);//根据时间段查询数据
|
|
|
- if (con!=null&&!con.equals("undifined")&&!con.equals("")){
|
|
|
- mapValue.put("con","%" + con + "%");
|
|
|
+ if (con!=null){
|
|
|
+ mapValue.put("con",con);
|
|
|
}
|
|
|
if (userId!=null&&!userId.equals("undifined")&&!userId.equals("")){
|
|
|
mapValue.put("userId",userId);
|