瀏覽代碼

导出耳标数据到文本文件中2

zhuoning 3 年之前
父節點
當前提交
89a9254055
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      huimv-manage/src/main/java/com/huimv/manage/eartag/controller/EarmarkController.java

+ 8 - 8
huimv-manage/src/main/java/com/huimv/manage/eartag/controller/EarmarkController.java

@@ -155,7 +155,13 @@ public class EarmarkController {
         log.info("printState="+printState);
         log.info("printState="+printState);
         log.info("quantity="+quantity);
         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("printState="+printState);
         log.info("quantity="+quantity);
         log.info("quantity="+quantity);
         //导出数据到excel格式
         //导出数据到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);
     }
     }
 
 
     /**
     /**