| | |
| | | |
| | | import cn.hutool.core.collection.CollUtil; |
| | | import cn.hutool.core.util.DesensitizedUtil; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.panzhihua.common.model.dtos.common.PageComActEasyPhotoEvaluateDto; |
| | | import com.panzhihua.common.model.vos.common.ComActEasyPhotoHandlerVo; |
| | | import com.panzhihua.common.model.vos.community.acid.ComActAcidColorChartsVO; |
| | |
| | | } |
| | | int insert = comActEasyPhotoDAO.insert(comActEasyPhotoDO); |
| | | if (insert > 0) { |
| | | return R.ok(); |
| | | JSONObject jsonObject = new JSONObject(); |
| | | jsonObject.put("id",comActEasyPhotoDO.getId()); |
| | | return R.ok(jsonObject); |
| | | } |
| | | return R.fail(); |
| | | } |