| | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.apache.commons.lang3.time.DateFormatUtils; |
| | | import org.apache.xmlbeans.impl.tool.Extension; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | } |
| | | |
| | | inoutMapper.updateDataByHandle(newData); |
| | | InoutParam param = new InoutParam(); |
| | | param.setId(newData.getId()); |
| | | |
| | | //更新缓存 |
| | | updateInoutCache(newData); |
| | | updateInoutCache(inoutMapper.inoutQueryById(param)); |
| | | |
| | | return null; |
| | | } |
| | |
| | | } |
| | | |
| | | // 清除缓存 |
| | | this.delFromCache(param.getDeptId(), param.getType(), param.getId()); |
| | | // this.delFromCache(param.getDeptId(), param.getType(), param.getId()); |
| | | |
| | | |
| | | inoutMapper.toComplete(param); |