bug修复

This commit is contained in:
guo 2024-03-30 09:51:47 +08:00
parent 75a2ac80c8
commit a6ebfbd516

View File

@ -99,7 +99,7 @@ public class XzSupplierQualificationApplyServiceImpl extends ServiceImpl<XzSuppl
String userId = MapUtils.getString(paramMap, "userId");
String xzSupplierQualificationApplyId = MapUtils.getString(paramMap, "xzSupplierQualificationApplyId");
if (Objects.equals(type, 1)) {
//1第一次申请
//1第一次申请
applyNew(projectSn, userId);
} else if (Objects.equals(type, 2)) {
//2撤销申请