liulin
2025-07-03 fb2f11d7d502ceacbe7fbed176bea4ab0f152f69
src/main/java/com/lunhan/water/repository/vo/PaymentRecordsVO.java
@@ -26,6 +26,8 @@
import com.lunhan.water.common.util.LocalDateTimeUtil;
import com.lunhan.water.common.util.NumericUtil;
import java.math.BigDecimal;
import java.util.Objects;
import com.lunhan.water.repository.po.PaymentRecordsPO;
@@ -35,7 +37,7 @@
 */
@Data
public class PaymentRecordsVO extends PaymentRecordsPO implements BasicVO {
   private BigDecimal  balance;
    @Override
    public String getCreateTimeView() {
        if (NumericUtil.tryParseLong(this.getCreateTime()).compareTo(0L) > 0) {