|
|
@@ -126,9 +126,10 @@ public class BizSqrEnterpriseApplyController {
|
|
126
|
126
|
@ApiImplicitParams({
|
|
127
|
127
|
@ApiImplicitParam(name = "enterpriseApplyId", value = "申请记录唯一标识符", paramType = "form")
|
|
128
|
128
|
})
|
|
129
|
|
- public Map<String, Object> remove(Integer applyType,String unitInfoId,Integer enterpriseApplyId) throws JsonParseException, JsonMappingException, IOException {
|
|
|
129
|
+ public Map<String, Object> remove(Integer enterpriseApplyId){
|
|
130
|
130
|
Map<String, Object> modelMap = new HashMap<>();
|
|
131
|
131
|
if (enterpriseApplyId != null) {
|
|
|
132
|
+ bizGrQeApplyService.deleteById(enterpriseApplyId);
|
|
132
|
133
|
}
|
|
133
|
134
|
modelMap.put("status", "success");
|
|
134
|
135
|
return modelMap;
|