| | |
| | | <if test="article.eventType != null"> |
| | | and jpd.event_type = #{article.eventType} |
| | | and jpd.end_time is not null |
| | | and jpd.end_time <= SYSDATE() |
| | | </if> |
| | | |
| | | <if test="article.propertyFlag!=null "> |
| | |
| | | propertyCompanyScoreEntity.setPropertyCompanyId(propertyCompanyComment.getPropertyCompanyId()); |
| | | propertyCompanyScoreEntity.setCreateUser(AuthUtil.getUserId()); |
| | | // 新增 |
| | | propertyCompanyScoreService.save(propertyCompanyScoreEntity); |
| | | propertyCompanyScoreService.save(propertyCompanyScoreEntity); |
| | | } |
| | | // todo 计算物业公司评价平均分 |
| | | } |
| | | } |
| | | } |