Commit a506c241 by zhiwj

deleteFlag

parent 1e8d740c
......@@ -61,7 +61,6 @@ public class CustomUdeskFiledServiceImpl implements CustomUdeskFieldService {
public int deleteFiled(Integer fieldId) {
TabCustomUdeskField field = new TabCustomUdeskField();
field.setId(fieldId);
// field.setStatus(0);
field.setDeleteFlag(1);
return this.tabCustomUdeskFieldMapper.updateByPrimaryKeySelective(field);
}
......
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