sugangqiang 2 年之前
父节点
当前提交
4f2ad1fce2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/api/VerifyApi.php

+ 1 - 1
app/common/api/VerifyApi.php

@@ -129,7 +129,7 @@ class VerifyApi {
                                     $timetype = "years";
                                     $timetype = "years";
                                     break;
                                     break;
                             }
                             }
-                            $fj_talent_info[2] = implode(":", [$tmp2, date("Y-m-d", strtotime("+{$validval} {$timetype}", strtotime($timeStart)))]);
+                            $fj_talent_info[2] = implode(":", [$tmp2, date("Y-m-d", strtotime("+{$validval} {$timetype} -1 days", strtotime($timeStart)))]);
                         }
                         }
                     }
                     }
                 }
                 }