修改批量出入库
This commit is contained in:
@@ -30,4 +30,7 @@ public class TbProductSpecQueryCriteria{
|
|||||||
*/
|
*/
|
||||||
@Query
|
@Query
|
||||||
private String shopId;
|
private String shopId;
|
||||||
|
|
||||||
|
@Query(type = Query.Type.INNER_LIKE)
|
||||||
|
private String name;
|
||||||
}
|
}
|
||||||
@@ -404,7 +404,7 @@ public class TbOrderInfoServiceImpl implements TbOrderInfoService {
|
|||||||
map.put("商品信息", productNames);
|
map.put("商品信息", productNames);
|
||||||
//
|
//
|
||||||
|
|
||||||
if(ObjectUtil.isNotEmpty(tbOrderInfo.getOrderType())&&ObjectUtil.isNotNull(tbOrderInfo.getOrderType())){
|
if(ObjectUtil.isNotEmpty(tbOrderInfo.getPayType())&&ObjectUtil.isNotNull(tbOrderInfo.getPayType())){
|
||||||
switch (tbOrderInfo.getPayType()){
|
switch (tbOrderInfo.getPayType()){
|
||||||
case "scanCode":
|
case "scanCode":
|
||||||
tbOrderInfo.setPayType("收款码支付");
|
tbOrderInfo.setPayType("收款码支付");
|
||||||
|
|||||||
Reference in New Issue
Block a user