|
|
@@ -89,6 +89,7 @@ public class PatchService {
|
|
|
" LEFT JOIN ibps_party_entity p ON e1.position_id = p.id_\n" +
|
|
|
"WHERE\n" +
|
|
|
" d.bao_biao_lu_jing_ IS NOT NULL\n" +
|
|
|
+ " AND f.IS_MAIN_ = 'Y'\n" +
|
|
|
" AND d.bao_biao_lu_jing_ <> ''\n" +
|
|
|
" and h.BIZ_KEY_ =#{p2}", new String[]{id, kuaiZhao, bizKey});
|
|
|
return true;
|