[考勤对接]忽略保存file的appCode配置

This commit is contained in:
xudawei 2024-07-22 11:06:11 +08:00
parent 0db846dc85
commit 36ee7c5439

View File

@ -23,7 +23,7 @@ public class WithFileFactory {
private static final String DEFAULT_SERVICE = "handleFileService";
@Value("${ignore.file.biz.scene:attendance,attendance1=ignoreFileService}")
@Value("${ignore.file.biz.scene:attendance-snap,attendance1=ignoreFileService}")
private String ignoreFileBizScene;
public WithFileFactory(List<WithFileService> serviceList) {