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

This commit is contained in:
季圣华
2022-04-22 21:39:51 +08:00
parent 5c29fc1790
commit e441473220

View File

@@ -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>