REQ-2135: format code

This commit is contained in:
yanglin 2024-03-21 18:28:41 +08:00
parent f4fe9d591b
commit dd74b74505

View File

@ -310,7 +310,7 @@ public class TodoManager {
.set(StringUtils.isNotBlank(param.getTemplateCode()),
TodoBusiness::getTemplateCode, param.getTemplateCode())
.eq(TodoBusiness::getId, param.getId())
.eq(TodoBusiness::getIsDelete, cn.axzo.msg.center.common.enums.TableIsDeleteEnum.NORMAL.value)
.eq(TodoBusiness::getIsDelete, TableIsDeleteEnum.NORMAL.value)
.update();
if (updated) {
TodoRequestContext ctx = TodoRequestContext.create("updateBusinessById")