解决查询人报错

This commit is contained in:
1378012178@qq.com 2025-11-28 16:19:31 +08:00
parent 6174d9c31b
commit f34560c912
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<select id="selectLogsByQldNos" resultType="com.nu.modules.qld.entity.NuInvoicingQldLog">
SELECT
log.*,
emp.name AS opeByName,
emp.realname AS opeByName,
logStatus.item_text AS statusText
FROM nu_invoicing_qld_log log
LEFT JOIN sys_user emp ON log.ope_by = emp.id