update
This commit is contained in:
+4
-4
@@ -110,13 +110,13 @@ public class NcrTrackServiceImpl extends ServiceImpl<NcrTrackMapper, NcrTrackVO>
|
||||
String prehomoName = "";
|
||||
String verifyName = "";
|
||||
if(CutEnum.CN.getValue().equals(ncrTrackVO.getCut())){
|
||||
designName = "设计符合性确认";
|
||||
designName = "设计符合性流程";
|
||||
prehomoName = "PreHomo确认";
|
||||
verifyName = "验证符合性确认";
|
||||
verifyName = "验证符合性流程";
|
||||
}else{
|
||||
designName = "Confirm design conformance";
|
||||
designName = "Design Compliance Process";
|
||||
prehomoName = "PreHomo confirmation";
|
||||
verifyName = "Verify conformance validation";
|
||||
verifyName = "Verification of compliance process";
|
||||
}
|
||||
List<SysDictItem> dictItemList = sysDictItemServiceImpl.selectItemsAll();
|
||||
Set<String> userIdSet = new HashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user