更新CHARU

This commit is contained in:
cyk 2023-12-27 20:38:24 +08:00
parent 3ad8c1cb03
commit 1508c6d184

View File

@ -81,7 +81,7 @@ public class UrlListController {
continue;
}
UrlCateList urlCateList =urlCateListService.selectByPrimaryKey(Integer.valueOf(parent));
if(urlCateListService.updateByUrlCateList(urlCateList) == 0)
if(String.valueOf(urlCateListService.updateByUrlCateList(urlCateList)).equals("0") )
{
flag = 0;
}else{