|
@ -96,13 +96,13 @@ public class DemandService {
|
96
|
96
|
this.demandSubOrIndusDao.insert(con, subOrIndus);
|
97
|
97
|
}
|
98
|
98
|
}
|
99
|
|
if("1".equals(demand.getDemandType())){
|
100
|
|
//发布个人需求给发布者增加积分
|
101
|
|
this.growthLogService.addProDemand(con, demand.getDemander());
|
102
|
|
}else if("2".equals(demand.getDemandType())){
|
103
|
|
//发布企业需求给发布者增加积分
|
104
|
|
this.growthLogService.addOrgDemand(con, demand.getDemander());
|
105
|
|
}
|
|
99
|
// if("1".equals(demand.getDemandType())){
|
|
100
|
// //发布个人需求给发布者增加积分
|
|
101
|
// this.growthLogService.addProDemand(con, demand.getDemander());
|
|
102
|
// }else if("2".equals(demand.getDemandType())){
|
|
103
|
// //发布企业需求给发布者增加积分
|
|
104
|
// this.growthLogService.addOrgDemand(con, demand.getDemander());
|
|
105
|
// }
|
106
|
106
|
}
|
107
|
107
|
|
108
|
108
|
@Post
|