退款成功
This commit is contained in:
commit
8efd73709c
|
|
@ -178,6 +178,7 @@ public class AfterServiceRecordServiceImpl implements IAfterServiceRecordService
|
|||
@Override
|
||||
public int deleteAfterServiceRecordByIds(String ids)
|
||||
{
|
||||
|
||||
return afterServiceRecordMapper.deleteAfterServiceRecordByIds(Convert.toStrArray(ids));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue