liusheng
3 天以前 35c682a3a8030a8619da0a48fde28df21a883abf
jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml
@@ -9,4 +9,13 @@
        文档可见:https://www.iocoder.cn/MyBatis/x-plugins/
     -->
</mapper>
    <update id="updateStatusByApplyNo">
        update lihu.appointment
        set status = #{status},update_time=sysdate()
        <if test="registerDate != null">
            , register_date = #{registerDate}
        </if>
        where apply_no = #{applyNo}
    </update>
</mapper>