liusheng
2025-09-15 3d1344ca6f0613bf3726d2c40d35f3928f82a910
jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml
@@ -11,7 +11,7 @@
    <update id="updateStatusByApplyNo">
        update lihu.appointment
        set status = #{status}
        set status = #{status},update_time=sysdate()
        <if test="registerDate != null">
            , register_date = #{registerDate}
        </if>