|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.glxp.api.controller.basic;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.util.IdUtil;
|
|
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
|
|
import com.glxp.api.annotation.Log;
|
|
|
|
@ -70,6 +71,7 @@ public class BasicBusTypeChangeController {
|
|
|
|
|
return ResultVOUtils.error(ResultEnum.DATA_REPEAT, "重复添加");
|
|
|
|
|
}
|
|
|
|
|
basicBusTypeChangeEntity.setUpdateTime(new Date());
|
|
|
|
|
basicBusTypeChangeEntity.setId(IdUtil.getSnowflakeNextId());
|
|
|
|
|
basicBusTypeChangeService.insert(basicBusTypeChangeEntity);
|
|
|
|
|
return ResultVOUtils.success("更新成功");
|
|
|
|
|
}
|
|
|
|
|