src/main/java/com/lf/server/service/show/ApplyService.java
@@ -1,7 +1,6 @@ package com.lf.server.service.show; import com.lf.server.entity.show.ApplyEntity; import com.lf.server.helper.StringHelper; import com.lf.server.mapper.show.ApplyMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @@ -66,4 +65,10 @@ public Integer updates(List<ApplyEntity> list) { return applyMapper.updates(list); } public Integer insertApply(){ return 0; } }