This commit is contained in:
钱涛 2022-09-15 15:43:47 +08:00
parent b61b83976d
commit 23e89d15ec
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe
salarySysConfPO.setCreateTime(new Date());
salarySysConfPO.setDeleteType(0);
salarySysConfPO.setOrderWeight(0);
salarySysConfPO.setModule("basic");
salarySysConfPO.setModule("custom");
getSalarySysConfMapper().insertIgnoreNull(salarySysConfPO);
}