胡轶钦 5 years ago
parent
commit
33e7181a82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaMiniFormidsMapper.xml

+ 1
- 1
src/main/resources/mapper/TaMiniFormidsMapper.xml View File

8
             ta_mini_formids t
8
             ta_mini_formids t
9
         WHERE
9
         WHERE
10
             t.openid = #{openid}
10
             t.openid = #{openid}
11
-        AND ADDDATE(t.create_date, INTERVAL 7 DAY) >= now()
11
+        AND ADDDATE(t.create_date, INTERVAL 6 DAY) >= now()
12
         ORDER BY t.create_date ASC
12
         ORDER BY t.create_date ASC
13
         LIMIT 1
13
         LIMIT 1
14
     </select>
14
     </select>