Commit 2d2a71c3 by jianan

合同工作经历

parent 78a5f92f
......@@ -336,12 +336,12 @@ public class PractitionerHiringContractServiceImpl implements PractitionerHiring
String positionKey = "secondWorkingPosition";
String periodKey = "secondWorkingPeriod";
String experienceValue = "";
String positionValue = "";
String periodValue = "";
AclPractitionerHiringWorkingExperience item = null;
for (int i = 0; i <= 4; i++) {
// 每次循环清空数据
String experienceValue = "";
String positionValue = "";
String periodValue = "";
if (i < workingExperienceList.size()) {
item = workingExperienceList.get(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment