java异常处理

2020-12-27 22:30

阅读:638

标签:finally   str   where   申请   try   异常   fir   申请人   dao   

String dept = "";
try {
dept = BdPsndoc.dao.
findFirst("select distinct psnname,psncode from bd_psndoc where psnname = \‘"+ e.get("申请人") +"\‘").getStr("psncode");
}catch (Exception e1){
dept = "002";
}finally {

}

java异常处理

标签:finally   str   where   申请   try   异常   fir   申请人   dao   

原文地址:https://www.cnblogs.com/tdoor/p/13030400.html


评论


亲,登录后才可以留言!