|
|
@@ -109,7 +109,8 @@ public class RabbitSnapshotMessageQueueConsumer {
|
|
|
" where " +
|
|
|
" d.bao_biao_lu_jing_ is not null " +
|
|
|
" and d.bao_biao_lu_jing_ <> '' " +
|
|
|
- " and h.id_ ='"+instId+"'";
|
|
|
+ " and h.id_ ='"+instId+"' " +
|
|
|
+ " and not exists (select 1 from t_bckzsjb where id_ ='"+instId+"') ";
|
|
|
try{
|
|
|
commonDao.execute(sql);
|
|
|
}catch (Exception e2){
|