|
@@ -415,7 +415,7 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
.eq(TopOldOrderGoods::getStatus, 1));
|
|
|
if (CollectionUtils.isNotEmpty(list)){
|
|
|
for (TopOldOrderGoods orderGoods : list) {
|
|
|
- String substring = orderGoods.getBusinessFullName().substring(5, 8);
|
|
|
+ String substring = orderGoods.getBusinessFullName().substring(4, 8);
|
|
|
String format = String.format("%s-%s", substring, orderGoods.getBusinessName());
|
|
|
businessNames.add(format);
|
|
|
}
|
|
@@ -1359,10 +1359,6 @@ public class TopOldOrderServiceImpl extends ServiceImpl<TopOldOrderMapper, TopOl
|
|
|
return list;
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- System.out.println(EncryptHandler.decrypt("21bac9a89b8500cbad449f1e0644cf4fdcf042e4c2933c31a2a602da0d0f5f77"));
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public boolean checkOrder(TopOldOrderCheckBo bo) {
|