|
@@ -140,7 +140,7 @@ public class SyPackingListTailoringController {
|
|
|
QueryWrapper<SyPreAssembledPackingListVo> queryWrapper =new QueryWrapper<>();//初始化
|
|
|
queryWrapper.eq("a.del_flag","0");//默认查询未删除
|
|
|
queryWrapper.eq("a.status","1");//查询已提交数据
|
|
|
- queryWrapper.eq("a.is_Reference","1");//查询已提交数据
|
|
|
+ //queryWrapper.eq("a.is_Reference","1");//查询已提交数据
|
|
|
if(oConvertUtils.isNotEmpty(syPreAssembledPackingListVo.getCustomerAbbreviation())){
|
|
|
queryWrapper.eq("a.customer_Abbreviation",syPreAssembledPackingListVo.getCustomerAbbreviation());//客户简称
|
|
|
}
|