質問編集履歴

5

ファイル間違い

2018/01/15 07:47

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -120,11 +120,9 @@
120
120
 
121
121
  番号,作業日,送信日
122
122
 
123
- 1894903,2017/2/4 16:38,2017/2/10 14:18
123
+ 1878806,"2017-01-25 16:24:14","2017-01-31 18:56:27.000"
124
124
 
125
- 1906544,2017/2/4 16:38,2017/2/11 15:43
126
-
127
- 1917941,2017/2/4 16:39,2017/2/10 16:02
125
+ 1852883,"2017-01-25 16:25:43","2017-02-02 17:37:20.000"
128
126
 
129
127
  .
130
128
 

4

ソース修正

2018/01/15 07:47

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -113,3 +113,23 @@
113
113
  }
114
114
 
115
115
  ```
116
+
117
+
118
+
119
+ ```csv
120
+
121
+ 番号,作業日,送信日
122
+
123
+ 1894903,2017/2/4 16:38,2017/2/10 14:18
124
+
125
+ 1906544,2017/2/4 16:38,2017/2/11 15:43
126
+
127
+ 1917941,2017/2/4 16:39,2017/2/10 16:02
128
+
129
+ .
130
+
131
+ .
132
+
133
+ .
134
+
135
+ ```

3

ソース修正

2018/01/15 07:29

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
 
94
94
 
95
- // }
95
+ }
96
96
 
97
97
  // ハンドル閉じる
98
98
 

2

誤字

2018/01/15 05:32

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -90,7 +90,7 @@
90
90
 
91
91
  unset($resultList);
92
92
 
93
- $resultList = $sql;
93
+
94
94
 
95
95
  // }
96
96
 

1

ソース修正

2018/01/15 05:13

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -70,12 +70,6 @@
70
70
 
71
71
 
72
72
 
73
- foreach ($resultList as $line){
74
-
75
- fputcsv($res,$line);
76
-
77
- }
78
-
79
73
  while (count($resultList) > 0) {
80
74
 
81
75
  foreach($resultList as $result) {