修改批量出入库

This commit is contained in:
韩鹏辉 2024-07-09 11:10:09 +08:00
parent c06c4cb867
commit 8ad974bfa4
2 changed files with 4 additions and 1 deletions

View File

@ -30,4 +30,7 @@ public class TbProductSpecQueryCriteria{
*/
@Query
private String shopId;
@Query(type = Query.Type.INNER_LIKE)
private String name;
}

View File

@ -404,7 +404,7 @@ public class TbOrderInfoServiceImpl implements TbOrderInfoService {
map.put("商品信息", productNames);
//
if(ObjectUtil.isNotEmpty(tbOrderInfo.getOrderType())&&ObjectUtil.isNotNull(tbOrderInfo.getOrderType())){
if(ObjectUtil.isNotEmpty(tbOrderInfo.getPayType())&&ObjectUtil.isNotNull(tbOrderInfo.getPayType())){
switch (tbOrderInfo.getPayType()){
case "scanCode":
tbOrderInfo.setPayType("收款码支付");