设备保修 仓库不显示问题

master
wangwei 2 years ago
parent 50713a6108
commit b79a714aa6

@ -23,7 +23,7 @@
(select employeeName from auth_user where id = t.createUser) createUserName,
(select employeeName from auth_user where id = t.auditUser) auditUserName,
(select `name` from auth_dept where code = t.deptCode) deptName,
(select `name` from auth_warehouse where code = t.invCode) invCode,
(select `name` from auth_warehouse where code = t.invCode) invName,
t1.deviceName,
t1.ggxh,
t1.batchNo
@ -47,4 +47,4 @@
</if>
</where>
</select>
</mapper>
</mapper>

Loading…
Cancel
Save