This commit is contained in:
cjw 2024-04-29 15:54:29 +08:00
parent 3b64738c77
commit 9c78a17208
1 changed files with 1 additions and 0 deletions

View File

@ -60,5 +60,6 @@
u.nick_name as `createName`
from sys_scale_publish sp
left join sys_user u on u.user_id = sp.create_by
where sp.batch_no= #{batchNo}
</select>
</mapper>