修正一个单词拼写错误
This commit is contained in:
parent
a8d70e3784
commit
ddc67786f9
|
|
@ -189,7 +189,7 @@
|
|||
from t_bom_new_pbom_parent a
|
||||
join t_bom_new_pbom_child b on a.row_id =b.parent_row_id
|
||||
left join t_bom_new_pbom_parent c on b.material_no=c.material_no and b.fac_code=c.fac_code and c.last_version_is=1
|
||||
where a.last_version_is=1 abd a.status=1
|
||||
where a.last_version_is=1 and a.status=1
|
||||
<if test="userFac!=null and userFac!=''">
|
||||
and a.fac_code=#{userFac}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue