审计代码修改

This commit is contained in:
liang.chao 2024-08-27 13:35:47 +08:00
parent d1aa5f26e6
commit 746a197914
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ public class ExceptionDict {
public static final String ERROR_OCCURRED_DURING_SCRAP_TASK_REVIEW_MSG = "报废任务审核失败!"; public static final String ERROR_OCCURRED_DURING_SCRAP_TASK_REVIEW_MSG = "报废任务审核失败!";
public static void main(String[] args) { /* public static void main(String[] args) {
System.out.println(String.format(ExceptionDict.PARAM_IS_NULL_ERROR_MSG,"name")); System.out.println(String.format(ExceptionDict.PARAM_IS_NULL_ERROR_MSG,"name"));
} }*/
} }