|
@@ -155,7 +155,13 @@ public class EarmarkController {
|
|
|
log.info("printState="+printState);
|
|
|
log.info("quantity="+quantity);
|
|
|
//
|
|
|
- earmarkService.exportEarmarkByApply(applyId,printState,quantity,response);
|
|
|
+// earmarkService.exportEarmarkByApply(applyId,printState,quantity,response);
|
|
|
+ //导出数据到文本文件中
|
|
|
+// earmarkService.exportEarmarkByApplyToTxt(applyId,printState,quantity,response);
|
|
|
+ //test1
|
|
|
+ earmarkService.exportTest1(applyId,printState,quantity,response);
|
|
|
+ //test2
|
|
|
+// earmarkService.exportTest2(applyId,printState,quantity,response);
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -177,13 +183,7 @@ public class EarmarkController {
|
|
|
log.info("printState="+printState);
|
|
|
log.info("quantity="+quantity);
|
|
|
//导出数据到excel格式
|
|
|
-// earmarkService.exportEarmarkByApply(applyId,printState,quantity,response);
|
|
|
- //导出数据到文本文件中
|
|
|
-// earmarkService.exportEarmarkByApplyToTxt(applyId,printState,quantity,response);
|
|
|
- //test1
|
|
|
- earmarkService.exportTest1(applyId,printState,quantity,response);
|
|
|
- //test2
|
|
|
- earmarkService.exportTest2(applyId,printState,quantity,response);
|
|
|
+ earmarkService.exportEarmarkByApply(applyId,printState,quantity,response);
|
|
|
}
|
|
|
|
|
|
/**
|