Browse Source

夹具查询问题修改

yejian016332 3 years ago
parent
commit
aedb6ce452

+ 1 - 1
imcs-admin-boot/imcs-business-controller/src/main/java/com/github/zuihou/business/controller/productionReadyCenter/MToolClampController.java

@@ -57,7 +57,7 @@ public class MToolClampController extends SuperController<MToolClampService, Lon
                 .eq(MToolClamp::getMaterialType, module.getMaterialType() )
                 .eq(MToolClamp::getStatus, module.getStatus())
                 .eq(MToolClamp::getBrand, module.getBrand())
-                .eq(MToolClamp::getCategory, module.getCategory() )
+//                .eq(MToolClamp::getCategory, module.getCategory() )
                 .like(MToolClamp::getModel,module.getModel())
                 .orderByDesc(MToolClamp::getCreateTime);
         IPage<MToolClamp> list= baseService.pageList(page, wrapper);