update 注释未完成代码

This commit is contained in:
Guoqs
2026-03-13 14:44:53 +08:00
parent a94a755805
commit 5c6925b9a3

View File

@@ -16,7 +16,6 @@ import com.jsowell.common.util.id.IdUtils;
import com.jsowell.common.util.sim.SimCardUtils; import com.jsowell.common.util.sim.SimCardUtils;
import com.jsowell.common.util.sim.XunZhongSimUtils; import com.jsowell.common.util.sim.XunZhongSimUtils;
import com.jsowell.pile.domain.PileSimInfo; import com.jsowell.pile.domain.PileSimInfo;
import com.jsowell.pile.domain.SimRechargeRecord;
import com.jsowell.pile.dto.SimRenewDTO; import com.jsowell.pile.dto.SimRenewDTO;
import com.jsowell.pile.vo.web.*; import com.jsowell.pile.vo.web.*;
import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.CollectionUtils;
@@ -467,9 +466,9 @@ public class SimCardService {
throw new BusinessException(code, message); throw new BusinessException(code, message);
} }
// 续费成功, 将信息存库 // 续费成功, 将信息存库
SimRechargeRecord record = SimRechargeRecord.builder() // SimRechargeRecord record = SimRechargeRecord.builder()
.iccId() // .iccId()
.build(); // .build();
} }