解决查询人报错
This commit is contained in:
parent
6174d9c31b
commit
f34560c912
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue