Commit 5e2d66fd authored by 季圣华's avatar 季圣华
Browse files

!46 更新sql

Merge pull request !46 from yaozechaun/master
parents 7b029187 0db6cba1
......@@ -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