添加备注修改

上级 03cdd9d1
...@@ -314,7 +314,6 @@ public class CooperationServiceImpl implements CooperationService { ...@@ -314,7 +314,6 @@ public class CooperationServiceImpl implements CooperationService {
//if (StringUtils.isBlank(applyTagEditVO.getRemark())) { //if (StringUtils.isBlank(applyTagEditVO.getRemark())) {
UserApplyTagDO userApplyTagDO = new UserApplyTagDO(); UserApplyTagDO userApplyTagDO = new UserApplyTagDO();
userApplyTagDO.setId(applyTagEditVO.getId()); userApplyTagDO.setId(applyTagEditVO.getId());
userApplyTagDO.setRemark(applyTagEditVO.getRemark());
cooperationDao.updateUserApplyTag(userApplyTagDO); cooperationDao.updateUserApplyTag(userApplyTagDO);
// } // }
cooperationDao.deleteApplyResource(applyTagEditVO.getId()); cooperationDao.deleteApplyResource(applyTagEditVO.getId());
...@@ -328,6 +327,7 @@ public class CooperationServiceImpl implements CooperationService { ...@@ -328,6 +327,7 @@ public class CooperationServiceImpl implements CooperationService {
CompanyInfoDO companyInfoDO1 = new CompanyInfoDO(applyTagEditVO); CompanyInfoDO companyInfoDO1 = new CompanyInfoDO(applyTagEditVO);
companyInfoDO1.setId(companyInfoDO.getId()); companyInfoDO1.setId(companyInfoDO.getId());
companyInfoDO1.setBrandLogo(applyTagEditVO.getBrandLogo()); companyInfoDO1.setBrandLogo(applyTagEditVO.getBrandLogo());
companyInfoDO1.setRemark(applyTagEditVO.getRemark());
companyDao.updateCompanyInfo(companyInfoDO1); companyDao.updateCompanyInfo(companyInfoDO1);
return ResultBody.success(); return ResultBody.success();
} }
......
...@@ -109,9 +109,6 @@ ...@@ -109,9 +109,6 @@
<if test="applyStatus != null"> <if test="applyStatus != null">
apply_status = #{applyStatus}, apply_status = #{applyStatus},
</if> </if>
<if test="remark != null">
remark = #{remark},
</if>
remark = #{remark}, remark = #{remark},
update_time=NOW() update_time=NOW()
</set> </set>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论