|
@@ -104,7 +104,6 @@ public class DoWorkImpl implements DoWorkService {
|
|
|
public Integer delete(List<String> idList){
|
|
|
PcDoworkExample contactExample = new PcDoworkExample();
|
|
|
contactExample.or().andDoworkIDIn(idList);
|
|
|
- pcDoworkMapper.deleteByExample(contactExample);
|
|
|
return pcDoworkMapper.deleteByExample(contactExample);
|
|
|
}
|
|
|
|