|
|
|
@ -7,6 +7,7 @@ import java.util.Map; |
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
@ -36,6 +37,7 @@ import com.dxhy.domestic.service.count.DomesticInvoiceExportCountService; |
|
|
|
|
* @Version: 1.0 |
|
|
|
|
*/ |
|
|
|
|
@Service |
|
|
|
|
@Slf4j |
|
|
|
|
public class DomesticInvoiceExportCountServiceImpl extends MpBaseServiceImpl<DomesticExportInvoiceDao, TdxExportInvoice> |
|
|
|
|
implements DomesticInvoiceExportCountService { |
|
|
|
|
|
|
|
|
@ -59,6 +61,7 @@ public class DomesticInvoiceExportCountServiceImpl extends MpBaseServiceImpl<Dom |
|
|
|
|
resultData.setDataList(new ArrayList<>()); |
|
|
|
|
return resultData.toJsonBase(); |
|
|
|
|
} |
|
|
|
|
log.info("开始分页查询queryPrams值为 {}",dto); |
|
|
|
|
Page<Map> result = this.baseMapper.queryExportInvoiceList(page, dto); |
|
|
|
|
if (CollectionUtils.isNotEmpty(result.getRecords())) { |
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
|