liusheng
2 天以前 88ca2e40cdd8b209b7c13f97de9e98564e0e75ba
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}
        <if test="registerDate != null">
            , register_date = #{registerDate}
        </if>
        where apply_no = #{applyNo}
    </update>
</mapper>