fix
Helius
2021-06-26 4e1a8c6b62ebfe4546777c55b024c33e74ac5338
fix
1 files modified
4 ■■■■ changed files
gc-user/src/main/java/com/xzx/gc/user/service/JhyInfoService.java 4 ●●●● patch | view | raw | blame | history
gc-user/src/main/java/com/xzx/gc/user/service/JhyInfoService.java
@@ -6,9 +6,13 @@
import com.xzx.gc.user.dto.JhyApplyDto;
import com.xzx.gc.user.mapper.JhyInfoMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Date;
@Service
@Transactional
public class JhyInfoService {
    @Autowired