bug修改

This commit is contained in:
方亮 2025-09-05 14:06:57 +08:00
parent cd58cc188f
commit 70edf3feb0
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public class BmWorkerWageCardController extends BaseController {
return service.updateLightByWorkerId(id);
} catch (Exception e) {
logger.error(e.toString(), e);
return error("系统异常,请联系管理员");
}
}