This commit is contained in:
parent
ff6e83188f
commit
f2dc29fa13
|
|
@ -1063,7 +1063,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
SELECT project_id
|
SELECT project_id
|
||||||
FROM bm_agreement_info
|
FROM bm_agreement_info
|
||||||
WHERE is_slt = 0
|
WHERE is_slt = 0
|
||||||
AND is_show != 0
|
|
||||||
))
|
))
|
||||||
<if test="projectIdList != null and projectIdList.size() > 0">
|
<if test="projectIdList != null and projectIdList.size() > 0">
|
||||||
AND bmp.external_id in
|
AND bmp.external_id in
|
||||||
|
|
@ -1093,7 +1092,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
SELECT project_id
|
SELECT project_id
|
||||||
FROM bm_agreement_info
|
FROM bm_agreement_info
|
||||||
WHERE is_slt = 0
|
WHERE is_slt = 0
|
||||||
AND is_show != 0
|
|
||||||
))
|
))
|
||||||
<if test="projectIdList != null and projectIdList.size() > 0">
|
<if test="projectIdList != null and projectIdList.size() > 0">
|
||||||
AND bmp.external_id in
|
AND bmp.external_id in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue