Browse Source

项目删除后不能新增BUG修复

anderx 8 years ago
parent
commit
711e65dbab

+ 2 - 2
src/main/java/com/goafanti/common/mapper/BusinessProjectMapper.xml

@@ -641,8 +641,8 @@
   select 
   			count(0)
   		from business_project
-  where  bname = #{bname,jdbcType=VARCHAR}
-  
+  where  delete_sign=0
+ 	and bname = #{bname,jdbcType=VARCHAR}
   </select>
   
   <select id="getCreateName" resultType="string">