mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
update
This commit is contained in:
@@ -93,7 +93,7 @@ public class AdapayMemberAccountServiceImpl implements AdapayMemberAccountServic
|
||||
* @return 结果
|
||||
*/
|
||||
@Override
|
||||
public int deleteAdapayMemberAccountByIds(Long[] ids) {
|
||||
public int deleteAdapayMemberAccountByIds(List<String> ids) {
|
||||
return adapayMemberAccountMapper.deleteAdapayMemberAccountByIds(ids);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user