|
@@ -196,7 +196,7 @@ public class TaSalesBatchController extends BaseController {
|
196
|
196
|
|
197
|
197
|
QueryWrapper<ExtendContent> queryWrapper = new QueryWrapper<>();
|
198
|
198
|
queryWrapper.eq("org_id",getOrgId(request));
|
199
|
|
- queryWrapper.eq("content_type",CommConstant.HOUSE);
|
|
199
|
+ queryWrapper.eq("content_type",CommConstant.SALES_BATCH);
|
200
|
200
|
queryWrapper.eq("target_id",taSalesBatch.getSalesBatchId());
|
201
|
201
|
List<ExtendContent> list = iExtendContentService.list(queryWrapper);
|
202
|
202
|
if (CommConstant.NOT_PUBLISH.equals(taSalesBatch.getStatus())){
|