mirror of https://github.com/jeecgboot/jeecg-boot
commit
bb51c4cf4d
|
@ -252,8 +252,9 @@ public class AddPortraitTubeJob implements Job {
|
|||
if (tube40SingleCount > 0) {
|
||||
adequateTubes.add(Pair.of(TUBE_40_SKU_SINGLE, tube40SingleCount));
|
||||
}
|
||||
// 2024-06-13 Temporarily replace 40cm multiple tubes by 50cm multiple tubes
|
||||
if (tube40MultipleCount > 0) {
|
||||
adequateTubes.add(Pair.of(TUBE_40_SKU_MULTIPLE, tube40MultipleCount));
|
||||
adequateTubes.add(Pair.of(TUBE_50_SKU_MULTIPLE, tube40MultipleCount));
|
||||
}
|
||||
if (tube30SingleDoubleCount > 0) {
|
||||
adequateTubes.add(Pair.of(TUBE_30_SKU_SINGLE_DOUBLE, tube30SingleDoubleCount));
|
||||
|
|
|
@ -8,7 +8,7 @@ ${AnsiColor.BRIGHT_BLUE}
|
|||
|
||||
|
||||
${AnsiColor.BRIGHT_GREEN}
|
||||
WIA APP Version: 2.3.0
|
||||
WIA APP Version: 2.3.1
|
||||
Spring Boot Version: ${spring-boot.version}${spring-boot.formatted-version}
|
||||
Website: www.wia-sourcing.com
|
||||
${AnsiColor.BLACK}
|
||||
|
|
Loading…
Reference in New Issue