SELECT MAXTidbid AS seaservice_idacreate_timebtalent_user_idbcompany_idbtitlebpay_amountbpayment_waybcurrency bcompletion_timebsea_service_statusbservice_address COALESCEcshort_name_cner
It seems that the table alias "T" is not defined in the query, but it is being used in the SELECT statement. Check if the table "iw_seaservice_apply" has a column named "id" and if it is necessary to use the "T" alias for it. If not, remove the "T." prefix from the MAX function.
原文地址: https://www.cveoy.top/t/topic/fEB1 著作权归作者所有。请勿转载和采集!