Commit e4414732 authored by 季圣华's avatar 季圣华
Browse files

解决客户保存时数据异常的bug

parent 5c29fc17
...@@ -87,5 +87,6 @@ ...@@ -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>
\ No newline at end of file
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