diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeRepairMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeRepairMapper.xml index 289aed11..d5f05ac0 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeRepairMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeRepairMapper.xml @@ -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