springBoot 去除最后一个逗号,java中以逗号分隔

110 篇文章 0 订阅
29 篇文章 0 订阅
@RequestMapping(value="/upKeywords", method = { RequestMethod.GET,RequestMethod.POST }, produces = "application/json; charset=utf-8")
public String updateDate(String cdid)
{

if(StringUtils.isNullorEmpty(cdid))
{
return MessageUtils.errorMessages(1);
}else
{

int size = 0;
Map<String,Object> mapsussuccess=new HashMap<String,Object>();
List listnum=new ArrayList();
//String cdids="16384,16385,16386,16387,16388,16392,16393,16394,";
//String substring = cdid.substring(0, cdid.length()-1);
String[] split = cdid.split(",");

int length = split.length;
//Map map=new HashMap();
//map.put("cdid", cdid);
try {
int count=0;
for(int i=0;i<length;i++)
{
String string = split[i];
//System.out.println(string);
for(int j=0;j<string.length();j++)
{//List<CategoryLeafKeywords> findBykeywordId(String ckid);
//List<ComtyinfoDistinct> findByComtyinfoid(String cdid);
List<CategoryLeafKeywords> findByGoodsinfoselectID = clkdao.findBykeywordId(string);
Integer status = findByGoodsinfoselectID.get(j).getSpdier_status();
Integer id = findByGoodsinfoselectID.get(j).getId();
//System.out.println("status--->"+status);

if(status.equals(1)||status==1)
{
listnum.add(id);
size = listnum.size();
//System.out.println("listnum==>"+listnum);
//System.out.println("listnum==>"+size);
for(int z=0;z<size;z++)
{
Object object = listnum.get(z);
//lcygdao.update(object);
//cdao.updateDate(object);
clkdao.updateKeywords(object);
}

}
}

//Integer status = findByGoodsinfoselectID.get(i).getStatus();
//System.out.println("status==>"+status);
//
}
} catch (Exception e) {
// TODO Auto-generated catch block
return MessageUtils.errorMessages(1);
}
//cdao.updateDate(map);
mapsussuccess.put("linage", size);
mapsussuccess.put("code", 200);
mapsussuccess.put("message", "Congratulations, you made it!!!");
return JSON.toJSONString(mapsussuccess);



}


}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值