Commit 0db6cba1 authored by yaozechuan's avatar yaozechuan
Browse files

解决进货基础数据异常

parent 7b029187
......@@ -52,7 +52,7 @@
</select>
<select id="findUnitName" resultType="java.lang.String">
select jsh_unit.UName from jsh_unit u
select u.UName from jsh_unit u
left join jsh_material m on m.UnitId=u.id and ifnull(m.delete_Flag,'0') !='1'
where m.id = ${mId}
and ifnull(u.delete_Flag,'0') !='1'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment