fanxw 11 ay önce
ebeveyn
işleme
46f12820d8

+ 1 - 1
src/main/java/com/chinaitop/depot/yjbj/mapper/YjbjMapper.xml

@@ -16,7 +16,7 @@
16 16
         and a.jkdmc like #{obj.jkdmc,jdbcType=VARCHAR}
17 17
       </if>
18 18
       <if test="obj.orgId != null">
19
-        and a.org_id = #{obj.orgId,jdbcType=INTEGER}
19
+        and a.orgId = #{obj.orgId,jdbcType=INTEGER}
20 20
       </if>
21 21
       <if test="obj.approvalStatus != null">
22 22
         and a.approval_status = #{obj.approvalStatus,jdbcType=VARCHAR}