|
|
@@ -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}
|