zjh
2025-04-22 22efacd7994f8ea9a7ef8485575ade9729a0e5a2
ltkj-hosp/src/main/java/com/ltkj/hosp/service/impl/ITjAskHistorysServiceImpl.java
@@ -9,6 +9,10 @@
import com.ltkj.hosp.service.ITjAskHistorysService;
import com.ltkj.hosp.service.TjSurveyRecordDetailService;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestParam;
import javax.annotation.Resource;
import java.util.List;
/**
 * @Company: 西安路泰科技有限公司
@@ -17,4 +21,11 @@
 */
@Service
public class ITjAskHistorysServiceImpl extends ServiceImpl<TjAskHistorysMapper, TjAskHistorys> implements ITjAskHistorysService {
    @Resource
    private TjAskHistorysMapper mapper;
    @Override
    public String getZhengZhuangStr(List<String> ids) {
        return mapper.getZhengZhuangStr(ids);
    }
}