|
|
@ -4,7 +4,6 @@ import com.engine.core.impl.Service;
|
|
|
|
import com.engine.mzg.exception.CustomizeRunTimeException;
|
|
|
|
import com.engine.mzg.exception.CustomizeRunTimeException;
|
|
|
|
import com.engine.mzg.service.RecruitMobileService;
|
|
|
|
import com.engine.mzg.service.RecruitMobileService;
|
|
|
|
import weaver.conn.RecordSet;
|
|
|
|
import weaver.conn.RecordSet;
|
|
|
|
import weaver.formmode.IgnoreCaseHashMap;
|
|
|
|
|
|
|
|
import weaver.formmode.mzg.modeexpand.disc.AddDiscExpand;
|
|
|
|
import weaver.formmode.mzg.modeexpand.disc.AddDiscExpand;
|
|
|
|
import weaver.general.Util;
|
|
|
|
import weaver.general.Util;
|
|
|
|
|
|
|
|
|
|
|
@ -28,7 +27,6 @@ public class RecruitMobileServiceImpl extends Service implements RecruitMobileSe
|
|
|
|
int countI = 0;
|
|
|
|
int countI = 0;
|
|
|
|
int countS = 0;
|
|
|
|
int countS = 0;
|
|
|
|
int countC = 0;
|
|
|
|
int countC = 0;
|
|
|
|
Map<String, Object> dataMap = new IgnoreCaseHashMap<>();
|
|
|
|
|
|
|
|
String[] columnNames = rs.getColumnName();
|
|
|
|
String[] columnNames = rs.getColumnName();
|
|
|
|
for (String columnName : columnNames) {
|
|
|
|
for (String columnName : columnNames) {
|
|
|
|
Matcher matcher = AddDiscExpand.PATTERN.matcher(columnName);
|
|
|
|
Matcher matcher = AddDiscExpand.PATTERN.matcher(columnName);
|
|
|
@ -51,4 +49,10 @@ public class RecruitMobileServiceImpl extends Service implements RecruitMobileSe
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public Map<String, Object> submitRegist(Map<String, Object> params) {
|
|
|
|
|
|
|
|
// 判断是否已经创建面试台账,未创建则插入数据,已创建则更新数据,发起面试流程后,不允许再次提交
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|