|
|
@@ -39,7 +39,7 @@ public class YITCustomerTask {
|
|
|
String Master ="YIT.";
|
|
|
try {
|
|
|
List<String> field_values = new ArrayList<>();
|
|
|
- SqlRowList rs = baseDao.queryForRowSet("select ml_syncTime from (select * from "+Master+"FXXKDockingErrorlog where nvl(ML_TYPE,' ')='客户资料下载' and ML_SYNCTIME is not null order by ml_date desc) where rownum=1");
|
|
|
+ SqlRowList rs = baseDao.queryForRowSet("select ml_syncTime from (select * from "+Master+"FXXKDockingErrorlog where nvl(ML_TYPE,' ')='客户资料下载' and ML_SYNCTIME is not null and 1=2 order by ml_date desc) where rownum=1");
|
|
|
if(rs.next()){
|
|
|
String ml_syncTime = rs.getGeneralString("ml_syncTime");
|
|
|
field_values.add(ml_syncTime);
|