|
@@ -537,7 +537,7 @@ async function getPksHistoryList(lotCode, date) {
|
|
|
let result = await magicJS.http.get(myRequest).then(response => {
|
|
let result = await magicJS.http.get(myRequest).then(response => {
|
|
|
try {
|
|
try {
|
|
|
const body = response.body;
|
|
const body = response.body;
|
|
|
- // magicJS.logger.info(JSON.stringify(body));
|
|
|
|
|
|
|
+ magicJS.logger.info(JSON.stringify(body));
|
|
|
let rspData;
|
|
let rspData;
|
|
|
if (typeof body === "string") {
|
|
if (typeof body === "string") {
|
|
|
return {
|
|
return {
|