|
|
|
@ -174,7 +174,7 @@ public class StGoodsController extends BladeController { |
|
|
|
//}
|
|
|
|
//}
|
|
|
|
//queryWrapper.lambda().eq(StGoodsEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED);
|
|
|
|
//queryWrapper.lambda().eq(StGoodsEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED);
|
|
|
|
queryWrapper.clear(); |
|
|
|
queryWrapper.clear(); |
|
|
|
// 物理编号
|
|
|
|
// 物料编号
|
|
|
|
String goodsCode = Func.toStr(stGoods.get("goodsCode")); |
|
|
|
String goodsCode = Func.toStr(stGoods.get("goodsCode")); |
|
|
|
if (StrUtil.isNotBlank(goodsCode)) { |
|
|
|
if (StrUtil.isNotBlank(goodsCode)) { |
|
|
|
queryWrapper.like("t1.goods_code", goodsCode); |
|
|
|
queryWrapper.like("t1.goods_code", goodsCode); |
|
|
|
|