修改批量出入库
This commit is contained in:
parent
c06c4cb867
commit
8ad974bfa4
|
|
@ -30,4 +30,7 @@ public class TbProductSpecQueryCriteria{
|
|||
*/
|
||||
@Query
|
||||
private String shopId;
|
||||
|
||||
@Query(type = Query.Type.INNER_LIKE)
|
||||
private String name;
|
||||
}
|
||||
|
|
@ -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("收款码支付");
|
||||
|
|
|
|||
Loading…
Reference in New Issue