魏超 hace 5 años
padre
commit
ae8e148155

+ 1
- 0
src/main/java/com/huiju/estateagents/controller/TaSalesBatchController.java Ver fichero

@@ -277,6 +277,7 @@ public class TaSalesBatchController extends BaseController {
277 277
             taPreselection.setStatus(taSalesBatch.getStatus());
278 278
             taPreselectionQueryWrapper.eq("org_id", getOrgId(request));
279 279
             taPreselectionQueryWrapper.eq("sales_batch_id", taSalesBatch.getSalesBatchId());
280
+            taPreselectionQueryWrapper.ne("status", CommConstant.STATUS_DELETE);
280 281
             taPreselectionService.update(taPreselection, taPreselectionQueryWrapper);
281 282
 
282 283
             QueryWrapper<TaRaise> taRaiseQueryWrapper = new QueryWrapper<>();