|
|
|
@ -14,6 +14,7 @@ import java.util.Map; |
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
|
|
|
|
import com.dxhy.common.constant.DictConstant; |
|
|
|
|
import com.dxhy.common.utils.DateUtils; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
@ -168,6 +169,10 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
|
|
|
|
|
log.info("businessName={}",businessName); |
|
|
|
|
vo.setVoucherNumber(pageList.get(i).getVoucherNumber()); |
|
|
|
|
vo.setSnVoucherNumber(pageList.get(i).getSnVoucherNumber()); |
|
|
|
|
vo.setImageId(pageList.get(i).getImageId()); |
|
|
|
|
vo.setPostingTime(pageList.get(i).getPostingTime()); |
|
|
|
|
vo.setAccountPeriod(pageList.get(i).getAccountPeriod()); |
|
|
|
|
vo.setId(String.valueOf(pageList.get(i).getId())); |
|
|
|
|
vo.setXh(String.valueOf(start + i)); |
|
|
|
|
vo.setInvoiceAmount( |
|
|
|
|