bug修复
This commit is contained in:
parent
75a2ac80c8
commit
a6ebfbd516
@ -99,7 +99,7 @@ public class XzSupplierQualificationApplyServiceImpl extends ServiceImpl<XzSuppl
|
|||||||
String userId = MapUtils.getString(paramMap, "userId");
|
String userId = MapUtils.getString(paramMap, "userId");
|
||||||
String xzSupplierQualificationApplyId = MapUtils.getString(paramMap, "xzSupplierQualificationApplyId");
|
String xzSupplierQualificationApplyId = MapUtils.getString(paramMap, "xzSupplierQualificationApplyId");
|
||||||
if (Objects.equals(type, 1)) {
|
if (Objects.equals(type, 1)) {
|
||||||
//1第一次申请
|
//1第一次申请。
|
||||||
applyNew(projectSn, userId);
|
applyNew(projectSn, userId);
|
||||||
} else if (Objects.equals(type, 2)) {
|
} else if (Objects.equals(type, 2)) {
|
||||||
//2撤销申请
|
//2撤销申请
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user