zet-lib 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/zRoute.js +1 -1
- package/package.json +1 -1
package/lib/zRoute.js
CHANGED
|
@@ -3361,7 +3361,7 @@ zRoute.import = async (req, res, MYMODEL) => {
|
|
|
3361
3361
|
io.to(room).emit('import', hd)
|
|
3362
3362
|
let isInsert = true
|
|
3363
3363
|
|
|
3364
|
-
for (let i =
|
|
3364
|
+
for (let i = 2; i < result.length; i++) {
|
|
3365
3365
|
hd = ''
|
|
3366
3366
|
hd += `<tr>`
|
|
3367
3367
|
const data = {}
|