sales-frontend-oz 0.0.55 → 0.0.56

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/dist/index.js CHANGED
@@ -490,6 +490,8 @@ async function CreateOzParam({ documentList, extraData = {}, roleCd, jijungInfo
490
490
  `roleCd=${roleCd}`,
491
491
  // 모든서식에 공통으로 필요한 지정대리인 정보 추가
492
492
  `jijungInfo=${jijungInfo}`,
493
+ // 모든서식에 공통으로 필요한 TABLET 구분값 정보 추가
494
+ `TABLET=11`,
493
495
  ...ensureArray(data.args)
494
496
  ];
495
497
  args.forEach((arg, idx2) => result.push(`${prefix}connection.args${idx2 + 1}=${arg}`));