|
@@ -230,7 +230,7 @@ public class BizArchiveInputController extends BaseController {
|
|
public AjaxResult verify(@RequestBody BizArchiveInput bizArchiveInput) {
|
|
public AjaxResult verify(@RequestBody BizArchiveInput bizArchiveInput) {
|
|
boolean flag = bizArchiveInputService.verify(bizArchiveInput);
|
|
boolean flag = bizArchiveInputService.verify(bizArchiveInput);
|
|
bizArchiveInputService.saveDetailMonth(bizArchiveInput);
|
|
bizArchiveInputService.saveDetailMonth(bizArchiveInput);
|
|
- return toAjax(flag);
|
|
|
|
|
|
+ return flag ? success() : error("审核失败,请刷新页面获取最新数据");
|
|
}
|
|
}
|
|
|
|
|
|
@PreAuthorize("@ss.hasPermi('business:archive:order:alter')")
|
|
@PreAuthorize("@ss.hasPermi('business:archive:order:alter')")
|