Commit 64a0069b by huluobin

update

parent fce91f49
...@@ -62,8 +62,8 @@ public class TechniqueSkuServiceImpl extends ServiceImpl<TechniqueSkuMapper, Tec ...@@ -62,8 +62,8 @@ public class TechniqueSkuServiceImpl extends ServiceImpl<TechniqueSkuMapper, Tec
@Resource @Resource
BaseServeMapper baseServeMapper; BaseServeMapper baseServeMapper;
private final String TECH_REMOVE_ARMOR = "卸甲"; private static final String TECH_REMOVE_ARMOR = "卸甲";
private final String TECH_EXTEND = "光疗延长"; private static final String TECH_EXTEND = "光疗延长";
@Override @Override
...@@ -72,7 +72,9 @@ public class TechniqueSkuServiceImpl extends ServiceImpl<TechniqueSkuMapper, Tec ...@@ -72,7 +72,9 @@ public class TechniqueSkuServiceImpl extends ServiceImpl<TechniqueSkuMapper, Tec
LambdaQueryWrapper<TechniqueCategory> wrapper = new LambdaQueryWrapper<>(); LambdaQueryWrapper<TechniqueCategory> wrapper = new LambdaQueryWrapper<>();
if (scheduleServeId != null) { if (scheduleServeId != null) {
ScheduleServe scheduleServe = scheduleServeMapper.selectById(scheduleServeId); ScheduleServe scheduleServe = scheduleServeMapper.selectById(scheduleServeId);
BaseServe baseServe = baseServeMapper.selectById(scheduleServe.getServeId()); BaseServe baseServe = baseServeMapper.selectById(scheduleServe.getServeId());
ScheduleServe subRemoveArmor = scheduleServeMapper.subRemoveArmor(scheduleServe.getServeId(), scheduleServe.getSchId()); ScheduleServe subRemoveArmor = scheduleServeMapper.subRemoveArmor(scheduleServe.getServeId(), scheduleServe.getSchId());
......
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