Commit 54d4441e by jianan

审批问题14

parent d8699eab
...@@ -223,7 +223,7 @@ public class PractitionerHiringDALServiceImpl implements PractitionerHiringDALSe ...@@ -223,7 +223,7 @@ public class PractitionerHiringDALServiceImpl implements PractitionerHiringDALSe
dataList.addAll(resultList); dataList.addAll(resultList);
} }
if ("公司老板".equals(stepName)) { if (canAprroveGrades.contains("30")) {
List<PractitionerHiringListInfo> s2List = agmsHiringMapper.queryS2List(); List<PractitionerHiringListInfo> s2List = agmsHiringMapper.queryS2List();
dataList.addAll(s2List); dataList.addAll(s2List);
} }
......
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