|
|
|
@ -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>
|
|
|
|
|