浏览代码

Merge remote-tracking branch 'origin/dev' into test

wanghui 8 年之前
父节点
当前提交
fdaf5d7895
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

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

@@ -591,7 +591,7 @@
 		d.department_id = e.id left join business_varieties f on
 		a.type = f.id
 	where 1=1
-	<if test="deleteSign != null">
+	<if test="deletedSign != null">
 		and a.deleted_sign = #{deletedSign,jdbcType=INTEGER}
 	</if>
 	<if test="orderNo != null and orderNo != ''">