解决客户保存时数据异常的bug
This commit is contained in:
@@ -87,5 +87,6 @@
|
|||||||
select *
|
select *
|
||||||
from jsh_supplier
|
from jsh_supplier
|
||||||
where supplier = #{supplier} and type = #{type}
|
where supplier = #{supplier} and type = #{type}
|
||||||
|
and ifnull(delete_flag,'0') !='1'
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user