mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1693修复
This commit is contained in:
+2
@@ -316,6 +316,8 @@ public class OrganServiceImpl implements OrganService {
|
||||
OrganizationDO updateObj = BeanUtils.toBean(updateReqVO, OrganizationDO.class);
|
||||
updateObj.setContactMobile(mobileChange);
|
||||
updateObj.setContactName(nicknameChange);
|
||||
// 过期时间设置为那一日的23:59:59
|
||||
updateObj.setExpireTime(LocalDateTime.of(updateReqVO.getExpireTime(), LocalTime.of(23, 59, 59)));
|
||||
organMapper.updateById(updateObj);
|
||||
|
||||
// 更新产品购买记录
|
||||
|
||||
Reference in New Issue
Block a user