日更新
This commit is contained in:
parent
274a72d126
commit
cbd7538120
|
|
@ -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("更新失败");
|
||||
|
|
|
|||
Loading…
Reference in New Issue