X
xiaotianwangzi
Unregistered / Unconfirmed
GUEST, unregistred user!
想实现以下功能:
select * from rs_ygzls where xm='sdf' and bmmc='sfs';
中的where以后的部分,但是用以下的cxtj代入后报错。
说在cxtj的=附近有错误。
if(yhxm2.length()!=0){
cxtj="where xm='"+yhxm2+"'";
}else
{
cxtj="where 1=1";
}
if(yhbm2.length()!=0){
cxtj=cxtj+"and bmmc='"+yhbm2+"'";
}else
{
cxtj=cxtj+"";
}
select * from rs_ygzls where xm='sdf' and bmmc='sfs';
中的where以后的部分,但是用以下的cxtj代入后报错。
说在cxtj的=附近有错误。
if(yhxm2.length()!=0){
cxtj="where xm='"+yhxm2+"'";
}else
{
cxtj="where 1=1";
}
if(yhbm2.length()!=0){
cxtj=cxtj+"and bmmc='"+yhbm2+"'";
}else
{
cxtj=cxtj+"";
}