Commit 79ce61c7 by 吴一龙

fix partyToMerchantRpService countAll

parent ebb74e8f
...@@ -112,4 +112,10 @@ public class PartyToMerchantRpService extends ...@@ -112,4 +112,10 @@ public class PartyToMerchantRpService extends
this.baseMapper.delete(wrapper); this.baseMapper.delete(wrapper);
} }
public long countAll(){
QueryWrapper<PartyToMerchant> wrapper = new QueryWrapper<>();
return this.baseMapper.selectCount(wrapper);
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment