fix:B1生箔、烘箱、分切上料流程修改

This commit is contained in:
zhouz
2024-07-08 09:18:42 +08:00
parent 5ac116d1f0
commit d62c155d92
14 changed files with 706 additions and 390 deletions

View File

@@ -102,8 +102,8 @@ public class SysParamServiceImpl extends ServiceImpl<SysParamMapper, Param> impl
}
@Override
@CachePenetrationProtect
@Cached(name="paramCache-",key = "#code", expire = 3600, cacheType = CacheType.REMOTE)
/*@CachePenetrationProtect
@Cached(name="paramCache-",key = "#code", expire = 3600, cacheType = CacheType.REMOTE)*/
public Param findByCode(String code) {
QueryWrapper<Param> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("code", code);