|
@ -1586,8 +1586,8 @@ public class SynergyManageService extends BaseJpaService {
|
|
String today = DateUtil.dateToStrShort(new Date());
|
|
String today = DateUtil.dateToStrShort(new Date());
|
|
String startTime=today+" 00:00:00";
|
|
String startTime=today+" 00:00:00";
|
|
String endTime = today+" 23:59:59";
|
|
String endTime = today+" 23:59:59";
|
|
startTime="2017-11-15 00:00:00";
|
|
|
|
endTime="2017-11-22 23:59:59";
|
|
|
|
|
|
/*startTime="2017-11-15 00:00:00";
|
|
|
|
endTime="2017-11-22 23:59:59";*/
|
|
String sql="SELECT" +
|
|
String sql="SELECT" +
|
|
" u.`code`,"+
|
|
" u.`code`,"+
|
|
" u.`name`," +
|
|
" u.`name`," +
|