소스 검색

ziduanxiuga

mengy 3 년 전
부모
커밋
c3e3e2d42a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/chinaitop/depot/business/mapper/AuditRecordsMapper.xml

+ 1 - 1
src/main/java/com/chinaitop/depot/business/mapper/AuditRecordsMapper.xml

@@ -97,7 +97,7 @@
97 97
     select
98 98
     <include refid="Base_Column_List" />
99 99
     from audit_records
100
-    where id = #{bid,jdbcType=INTEGER} and b_type = #{bType,jdbcType=INTEGER}
100
+    where bid = #{id,jdbcType=INTEGER} and b_type = #{bType,jdbcType=INTEGER}
101 101
   </select>
102 102
 
103 103
   <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >