Commit ffe10304 authored by fangxinjiang's avatar fangxinjiang

配置文件拆分

parent 11fa2dbd
......@@ -201,7 +201,7 @@ public class DictController {
public R updateById(@RequestBody SysDictItem sysDictItem) {
SysDictItem item = sysDictItemService.getOne(Wrappers.<SysDictItem>query().lambda()
.eq(SysDictItem::getType,sysDictItem.getType())
.ne(SysDictItem::getId,sysDictItem.getDictId())
.ne(SysDictItem::getId,sysDictItem.getId())
.eq(SysDictItem::getValue,sysDictItem.getValue())
.eq(SysDictItem::getDelFlag,CommonConstants.ZERO_STRING)
.last(CommonConstants.LAST_ONE_SQL));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment