From 85ce660e573ecc763c6e0bdd5db542c887d30f53 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Wed, 30 Apr 2025 14:27:53 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20---=20=E6=B4=97=E8=BD=A6=E6=8F=90?= =?UTF-8?q?=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/nationalelectric/greenH5/GreenWashCarController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenH5modul/src/com/nationalelectric/greenH5/GreenWashCarController.java b/greenH5modul/src/com/nationalelectric/greenH5/GreenWashCarController.java index 74fadfc..cba1de3 100644 --- a/greenH5modul/src/com/nationalelectric/greenH5/GreenWashCarController.java +++ b/greenH5modul/src/com/nationalelectric/greenH5/GreenWashCarController.java @@ -329,11 +329,11 @@ public class GreenWashCarController extends GreenBaseController { + "UPD_USER,to_char(UPD_TIME,'yyyy-mm-dd hh24:mi:ss') AS \"UPD_TIME\",DEL_FLAG,APPLY_PLACE,LICENSEPLATE," + "STARTREMIND,ENDREMIND,MOVE_CAR,INT_STATUS,IS_PUSH " + " from green_wash_car_info where SUBSTR(APPLY_TIME,1,5)>to_char(SYSDATE,'hh24:mi') and APPLY_DATE ='"+info.getApplyDate()+"' order by APPLY_TIME asc"; + System.out.println( sql); List> list = hibernateDao.queryForListWithSql(sql); if(list==null||list.size()==0||list.get(0).get("ID")==null){ return new RestResult(Constant.FAILED, "今日已无下一位预约洗车用户!"); } - System.out.println( sql); System.out.println( list.size()); System.out.println( list.get(0).get("ID")); String userId = (String) list.get(0).get("USER_ID");