Browse Source

修改同名项目

anderx 5 years ago
parent
commit
ee28f653f9

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

@@ -748,6 +748,7 @@
     select 
     <include refid="Base_Column_List" />
     from business_project
+    where delete_sign=0 and status=0
     where bname = #{bname,jdbcType=VARCHAR}
   </select>
   <select id="getBusinessProject" resultType="com.goafanti.app.bo.ProjectBo">