业务逻辑

master
lxj 2024-01-19 16:12:08 +08:00
parent fe8d904375
commit 01b7732071
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
e.emp_name,
e.emp_mobile
FROM
t_emp e.emp_id = #{empId}
where e
t_emp e
where e.emp_id = #{empId}
</select>
</mapper>