Commit 6ec982ef authored by KeYong's avatar KeYong

修改bug

parent 15f8d2a7
package com.yeejoin.amos.patrol.business.feign;
import com.yeejoin.amos.component.feign.model.FeignClientResult;
import com.yeejoin.amos.patrol.business.dto.UserDetailsDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
......
......@@ -96,6 +96,7 @@ public class InputItemServiceImpl implements IInputItemService {
@Override
@Transactional
public void updateInputItem(InputItem param) {
param.setCustomType("1");
if (param.getId() <= 0) {
addNewInputItem(param);
......
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