物资配置管理--维修库表查询SQL
This commit is contained in:
parent
0d779b47e6
commit
ab23106e1a
|
|
@ -75,7 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
select
|
||||
m.type_id, su.nick_name as user_name, m.create_time
|
||||
from
|
||||
ma_type_keeper mtk
|
||||
ma_type_repair mtk
|
||||
left join
|
||||
ma_type m ON m.type_id = mtk.type_id
|
||||
left join sys_user su on mtk.user_id = su.user_id
|
||||
|
|
|
|||
Loading…
Reference in New Issue