首页>代码>s2sh征信平台查询示例>/wwd_web/src/action/showComDetial.java
package action;

import enity.*;
import org.apache.struts2.ServletActionContext;
import org.hibernate.Session;

import javax.servlet.http.HttpServletRequest;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;

public class showComDetial extends tools.HibernateTools {
    private Integer id;
    private ComEntity companyEntity;
    private String dateString;
    private String comDetail;
    private List<信息执行Entity> data;
    private List<法律诉讼Entity> law;
    private List<法院公告Entity> dialog;
    private List<经营异常Entity> errcom;
    public String show(){
        HttpServletRequest request= ServletActionContext.getRequest();
        if (request.getSession().getValue("login")==null||!request.getSession().getValue("login").equals("1")){
            return "login";
        }
        Date currentTime = new Date();
        SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
        dateString = formatter.format(currentTime);
        Session session=init();
        companyEntity=session.get(ComEntity.class, id);
        data=session.createQuery("from 信息执行Entity where 公司名称=?1")  .setParameter(1, companyEntity.get公司名称())
                .list();
        law=session.createQuery("from 法律诉讼Entity where 公司名称=?1")  .setParameter(1, companyEntity.get公司名称())
                .list();
        dialog=session.createQuery("from 法院公告Entity where 公司名称=?1")  .setParameter(1, companyEntity.get公司名称())
                .list();
        errcom=session.createQuery("from 经营异常Entity where 公司名称=?1")  .setParameter(1, companyEntity.get公司名称())
                .list();
        //参考该方法向数据库录入数据---防止乱码
//       try {
//            companyEntity.setComDital(("百度二字,来自于八百年前南宋词人辛弃疾的一句词:众里寻他千百度。这句话描述了词" +
//                    "人对理想的执着追求。1999年底,身在美国硅谷的李彦宏看到了中国互联网及中文搜索引擎服务的巨大发展潜力," +
//                    "抱着技术改变世界的梦想,他毅然辞掉硅谷的高薪工作,携搜索引擎专利技术,于 2000年1月1日在中关村" +
//                    "创建了百度公司百度拥有数万名研发工程师,这是中国乃至全球最为优秀的技术团队这支队伍掌握着世界上最为" +
//                    "先进的搜索引擎技使百度成为中国掌握世界尖端科学").getBytes("utf-8"));
//        } catch (UnsupportedEncodingException e) {
//            e.printStackTrace();
//        }

        companyEntity.set浏览量(companyEntity.get浏览量()+1);
        session.update(companyEntity);
        destory();
        return SUCCESS;
    }

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getDateString() {
        return dateString;
    }

    public void setDateString(String dateString) {
        this.dateString = dateString;
    }

    public String getComDetail() {
        return comDetail;
    }

    public void setComDetail(String comDetail) {
        this.comDetail = comDetail;
    }

    public ComEntity getCompanyEntity() {
        return companyEntity;
    }

    public List<信息执行Entity> getData() {
        return data;
    }

    public void setData(List<信息执行Entity> data) {
        this.data = data;
    }

    public List<法律诉讼Entity> getLaw() {
        return law;
    }

    public void setLaw(List<法律诉讼Entity> law) {
        this.law = law;
    }

    public List<法院公告Entity> getDialog() {
        return dialog;
    }

    public List<经营异常Entity> getErrcom() {
        return errcom;
    }

    public void setErrcom(List<经营异常Entity> errcom) {
        this.errcom = errcom;
    }

    public void setDialog(List<法院公告Entity> dialog) {
        this.dialog = dialog;
    }

    public void setCompanyEntity(ComEntity companyEntity) {
        this.companyEntity = companyEntity;
    }
}
最近下载更多
and123456  LV11 2022年3月16日
阳止初四  LV8 2021年6月8日
ericxu1116  LV24 2021年4月9日
lsz000000  LV6 2021年4月9日
xbb520131  LV1 2020年6月26日
EternalIy  LV4 2020年6月17日
goodlook  LV27 2020年5月21日
a1677596408  LV23 2020年5月11日
daidin  LV11 2020年4月14日
shshopop  LV10 2020年2月20日
最近浏览更多
qingfengsuiyue 7月28日
暂无贡献等级
xiao1111  LV3 5月14日
wxd1997  LV13 2月19日
1waxzsq212345  LV2 1月16日
yangxb2  LV10 2023年9月12日
wersdfs  LV1 2023年9月9日
aq384419 2023年4月15日
暂无贡献等级
tengxu 2022年10月27日
暂无贡献等级
微信网友_6040315240812544  LV8 2022年10月21日
abc562311934  LV4 2022年10月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友