|
@@ -27,9 +27,9 @@ public class ProductionLineServiceImpl extends ServiceImpl<ProductionLineMapper,
|
|
|
@Override
|
|
|
public Page<ProductionLineEx> getPage(Map<String, String> condition) {
|
|
|
QueryWrapper<?> wrapper = WrapperUtil.init(condition)
|
|
|
- .eq("pl.workshop_id", "workshopId")
|
|
|
+ .eq("pl.production_workshop_id", "productionWorkshopId")
|
|
|
.eq("pl.status", "status")
|
|
|
- .like("pl.name", "keyword")
|
|
|
+ .keyword("pl.name")
|
|
|
.eqTenantId("pl")
|
|
|
.createTimeDesc("pl")
|
|
|
.getWrapper();
|