Merge branch 'release/3.0.2.2504.01' into release/个税&业务线
# Conflicts: # resource/WEB-INF/prop/hrmSalary.properties
This commit is contained in:
commit
37b42e75b9
|
|
@ -1,5 +1,5 @@
|
|||
log=false
|
||||
defaultCloseNonStandard149=true
|
||||
AESEncryptScrect=990EB004A1C862721C1513AE90038C9E
|
||||
version=3.0.2.2510.01.t
|
||||
version=3.0.3.2510.01.t
|
||||
openFormulaForcedEditing=false
|
||||
|
|
@ -57,7 +57,7 @@ public class AttendQuoteFieldSettingServiceImpl extends Service implements Atten
|
|||
@Override
|
||||
public List<AttendQuoteFieldSettingListDTO> list(AttendQuoteFieldSettingQueryParam queryParam) {
|
||||
//同步字段
|
||||
getAttendQuoteFieldService(user).syncAttendFields();
|
||||
// getAttendQuoteFieldService(user).syncAttendFields();
|
||||
// 获取字段设置
|
||||
List<AttendQuoteFieldSettingPO> list = biz.getAttendQuoteFieldSetting(queryParam.getSourceType());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue