Commit 876fdb5e by jianan

电子报聘回退优化5

parent f024fa87
......@@ -146,7 +146,7 @@ public class PractitionerHiringDALServiceImpl implements PractitionerHiringDALSe
continue;
}
if (step.getStepSeq() >= Integer.valueOf(approveStatus)) {
if (step.getStepSeq() > Integer.valueOf(approveStatus)) {
HiringApproveRecords obj = new HiringApproveRecords();
obj.setApproveStepId(step.getId());
......
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