This commit is contained in:
parent
b61b83976d
commit
23e89d15ec
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue