日更新

This commit is contained in:
jiang 2025-07-29 15:53:18 +08:00
parent 274a72d126
commit cbd7538120
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class WsMaInfoServiceImpl implements WsMaInfoService {
public AjaxResult updateCheckTime(String maCode) {
try {
int i = mapper.updateCheckTime(maCode);
return i > 0 ? AjaxResult.success("更新成功") : AjaxResult.error("更新失败");
return AjaxResult.success("更新成功");
} catch (Exception e) {
log.error(e.getMessage());
return AjaxResult.error("更新失败");