ci: 打开是否显示使用绑定关系按钮PDM请求判断
This commit is contained in:
+1
-2
@@ -338,8 +338,7 @@ public class LawsBindPartServiceImpl extends ServiceImpl<LawsBindPartMapper, Law
|
|||||||
}
|
}
|
||||||
for (LawsBindPart existBind : list) {
|
for (LawsBindPart existBind : list) {
|
||||||
// 调用PDM判断零部件编号是否在当前的零部件分类下
|
// 调用PDM判断零部件编号是否在当前的零部件分类下
|
||||||
// boolean validPartBelong = srmsApiService.validPartBelong(lawsBindPart.getPartNo(), lawsBindPart.getPartName(), existBind.getPartCategoryNum());
|
boolean validPartBelong = srmsApiService.validPartBelong(lawsBindPart.getPartNo(), lawsBindPart.getPartName(), existBind.getPartCategoryNum());
|
||||||
boolean validPartBelong = true;
|
|
||||||
if (validPartBelong) {
|
if (validPartBelong) {
|
||||||
return existBind;
|
return existBind;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user