|
@@ -696,7 +696,6 @@ public class ZsyzCommonServiceImpL implements IZsyzCommonService {
|
|
//引荐单位
|
|
//引荐单位
|
|
List<ZsyzProjectDept> yqdwList = zpVo.getYjdwList();
|
|
List<ZsyzProjectDept> yqdwList = zpVo.getYjdwList();
|
|
if (yqdwList != null) {
|
|
if (yqdwList != null) {
|
|
- List<SendSmsConfig> sendSmsConfigs = new ArrayList<>();
|
|
|
|
for (ZsyzProjectDept zsyzProjectDept : yqdwList) {
|
|
for (ZsyzProjectDept zsyzProjectDept : yqdwList) {
|
|
zsyzProjectDept.setDeptType(THR);
|
|
zsyzProjectDept.setDeptType(THR);
|
|
projectDeptService.insertZsyzProjectDept(zsyzProjectDept);
|
|
projectDeptService.insertZsyzProjectDept(zsyzProjectDept);
|
|
@@ -706,7 +705,7 @@ public class ZsyzCommonServiceImpL implements IZsyzCommonService {
|
|
SysDept dept = SecurityUtils.getLoginUser().getUser().getDept();
|
|
SysDept dept = SecurityUtils.getLoginUser().getUser().getDept();
|
|
ZsyzLcjl zsyzLcjl = new ZsyzLcjl();
|
|
ZsyzLcjl zsyzLcjl = new ZsyzLcjl();
|
|
zsyzLcjl.setXmId(zpVo.getXmId());
|
|
zsyzLcjl.setXmId(zpVo.getXmId());
|
|
- zsyzLcjl.setXmmc(zpVo.getYjdwList().get(0).getXmmc());
|
|
|
|
|
|
+ zsyzLcjl.setXmmc(zpVo.getCjdList().get(0).getXmmc());
|
|
zsyzLcjl.setXmbh(zpVo.getXmbh());
|
|
zsyzLcjl.setXmbh(zpVo.getXmbh());
|
|
zsyzLcjl.setDeptId(dept.getDeptId());
|
|
zsyzLcjl.setDeptId(dept.getDeptId());
|
|
String deptName = dept.getDeptName();
|
|
String deptName = dept.getDeptName();
|