|
@@ -5,7 +5,9 @@ import java.net.URL;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
+
|
|
|
import javax.servlet.ServletOutputStream;
|
|
|
+
|
|
|
import org.apache.poi.xssf.usermodel.XSSFCell;
|
|
|
import org.apache.poi.xssf.usermodel.XSSFCellStyle;
|
|
|
import org.apache.poi.xssf.usermodel.XSSFRow;
|
|
@@ -13,6 +15,7 @@ import org.apache.poi.xssf.usermodel.XSSFSheet;
|
|
|
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+
|
|
|
import com.xt.jygl.common.Constants;
|
|
|
import com.xt.jygl.common.ExportUtil;
|
|
|
import com.xt.jygl.common.GlobalData;
|
|
@@ -251,4 +254,9 @@ public class XkzxxServiceImpl extends JyglBaseService<XkzxxEntity, String> imple
|
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public XkzxxEntity findVaildByJyrid(String jyrid) {
|
|
|
+ return dao.findVaildByJyrid(jyrid);
|
|
|
+ }
|
|
|
}
|