ariesy 配置文件恢复配置

release
yefei 2 years ago
parent e2ba51b975
commit dd0a4490ba
  1. 2
      dxhy-core/src/main/java/com/dxhy/core/thread/PoolAddTaxThread.java
  2. 2
      dxhy-erp/src/main/java/com/dxhy/erp/dao/GsClientMapper.java

@ -247,7 +247,7 @@ public class PoolAddTaxThread extends BaseThread {
// 递归导出数据到excel 发票信息
this.cicleExport(pramsMap, default_curr, excelFile.toString(), out, writer);
this.detailCicleExport(pramsMap, default_curr, excelFile.toString(), out, writer);
// this.detailCicleExport(pramsMap, default_curr, excelFile.toString(), out, writer);
// writer.finish();
// FTP文件存储路径
String[] toDay = DateUtil.today().split("-");

@ -2,10 +2,12 @@ package com.dxhy.erp.dao;
import com.dxhy.erp.entity.GsClient;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface GsClientMapper {
int deleteByPrimaryKey(Integer id);

Loading…
Cancel
Save