|
|
|
@ -348,7 +348,8 @@ public class HrmResourceServiceImpl extends Service implements HrmResourceServic
|
|
|
|
|
public Integer updateCustomTemplate(Map<String, Object> params) {
|
|
|
|
|
int rowNum = getIntValue((String) params.get("rownum"));
|
|
|
|
|
int count = 0;
|
|
|
|
|
List<Long> allIds = getJclOrgCustomTemplateMapper().listAllId();
|
|
|
|
|
// 只查询当前人员的模板数据
|
|
|
|
|
List<Long> allIds = getJclOrgCustomTemplateMapper().listAllIdByCreator(user.getUID());
|
|
|
|
|
String currentDate = OrganizationDateUtil.getFormatLocalDate(new java.util.Date());
|
|
|
|
|
List<String> nameList = new ArrayList<>();
|
|
|
|
|
for (int i = 0; i < rowNum; i++) {
|
|
|
|
|