|
@@ -63,7 +63,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="selectZherCarDisplList" parameterType="map" resultType="easyHashMap">
|
|
|
- select NVL(max(A.re_yyyymmdd), TO_CHAR(SYSDATE, 'YYYYMMDD')) LDAY,
|
|
|
+ select NVL(max(A.re_yyyymmdd), '00000000') LDAY,
|
|
|
max(to_number(B.car_id)) ROMID
|
|
|
FROM ZEHR_CAR_DISPL A, ZEHR_CAR_INFO B
|
|
|
</select>
|