|
|
|
|
@ -608,24 +608,7 @@
|
|
|
|
|
AND SEQNO = #{seqno}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<update id="updatePicFile" parameterType="cfs.fine.vo.FineTransVO">
|
|
|
|
|
UPDATE DEFAULT_FARE_READ_INFO_DAMO
|
|
|
|
|
SET
|
|
|
|
|
<if test="carsMovePictureFile != null and carsMovePictureFile != ''">
|
|
|
|
|
cars_move_picture_file = #{carsMovePictureFile, jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="carsStopPictureFile != null and carsStopPictureFile != ''">
|
|
|
|
|
cars_stop_picture_file = #{carsStopPictureFile, jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
update_date = SYSDATE,
|
|
|
|
|
updater = #{updater, jdbcType=VARCHAR}
|
|
|
|
|
WHERE worker_id = #{workerId, jdbcType=VARCHAR}
|
|
|
|
|
AND fare_office_id = #{fareOfficeId, jdbcType=VARCHAR}
|
|
|
|
|
AND booth_id = #{boothId, jdbcType=VARCHAR}
|
|
|
|
|
AND PASS_DATE = #{passDate, jdbcType=VARCHAR}
|
|
|
|
|
AND work_times = #{passTime, jdbcType=VARCHAR}
|
|
|
|
|
AND seqno = #{seqno, jdbcType=INTEGER}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="createFareTerminalUpdateValues" parameterType="cfs.fine.vo.FineTransVO">
|
|
|
|
|
INSERT INTO FARE_TERMINAL_UPDATE_INFO (WORKER_ID,FARE_OFFICE_ID,BOOTH_ID,
|
|
|
|
|
@ -699,24 +682,7 @@
|
|
|
|
|
AND seqno = #{seqno, jdbcType=INTEGER}
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<update id="updateFareTerminalPicInfo" parameterType="cfs.fine.vo.FineTransVO">
|
|
|
|
|
UPDATE FARE_TERMINAL_INFO
|
|
|
|
|
SET
|
|
|
|
|
<if test="carsMovePictureFile != null and carsMovePictureFile != ''">
|
|
|
|
|
cars_move_picture_file = #{carsMovePictureFile, jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="carsStopPictureFile != null and carsStopPictureFile != ''">
|
|
|
|
|
cars_stop_picture_file = #{carsStopPictureFile, jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
update_date = SYSDATE,
|
|
|
|
|
updater = #{updater, jdbcType=VARCHAR}
|
|
|
|
|
WHERE worker_id = #{workerId, jdbcType=VARCHAR}
|
|
|
|
|
AND fare_office_id = #{fareOfficeId, jdbcType=VARCHAR}
|
|
|
|
|
AND booth_id = #{boothId, jdbcType=VARCHAR}
|
|
|
|
|
AND PASS_DATE = #{passDate, jdbcType=VARCHAR}
|
|
|
|
|
AND work_times = #{passTime, jdbcType=VARCHAR}
|
|
|
|
|
AND seqno = #{seqno, jdbcType=INTEGER}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="countExemptCar" parameterType="cfs.fine.vo.FineTransVO" resultType="java.lang.Long">
|
|
|
|
|
/* 건수 조회(FineTransDao.countExemptCar) */
|
|
|
|
|
|