Explorar o código

urgent fix for stage_im.js -> buildImData

TonyKang %!s(int64=5) %!d(string=hai) anos
pai
achega
75dea5681d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/lib/stage_im.js

+ 1 - 1
app/lib/stage_im.js

@@ -630,7 +630,7 @@ class StageIm {
             });
         }
         // 生成数据(需要缓存,并清理缓存)
-        const pre = (this.ctx.stage.im_pre && this.ctx.stage.im_pre !== '') ? this.ctx.stage.im_pre + splitChar : '';
+        const pre = (this.ctx.stage.im_pre && this.ctx.stage.im_pre !== '') ? this.ctx.stage.im_pre + this.splitChar : '';
         for (const [i, im] of this.ImData.entries()) {
             im.im_code = pre + this._getNumberFormat(this.ctx.stage.order, 2) + this.splitChar + this._getNumberFormat(i + 1, 3);
             if (im.gclBills) {