shawenguan 1 năm trước cách đây
mục cha
commit
f1c7fc3dfc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Scripts/jhsh/jhshHelper.js

+ 1 - 0
Scripts/jhsh/jhshHelper.js

@@ -347,6 +347,7 @@ function handleCommonCoupon(){
 
         detail.Drw_Tm_Dsc = '';
         let drawTmDescText = `${detail.Drw_Tm_Dsc}`;
+        drawTmDescText += `今日领取时间:${lk.formatDate(actStartDate, "HH:mm:ss")}\n`;
         drawTmDescText += `当前系统时间:${newTimeStamp}`;
         detail.Drw_Tm_Dsc = drawTmDescText;