feat: There is no way the,

This commit is contained in:
super_liu
2022-03-28 11:43:38 +08:00
parent 430626fac4
commit a88f092575
@@ -668,9 +668,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
String standId = result.get(0).getId();
String field = beUpedField;
String citedStand = sarBussStandAttrInfoEODao.selectFieldValByStandId(field, result.get(0).getId());
QueryWrapper qw = new QueryWrapper();
qw.eq("STAND_ID",standId);
int count = sarBussStandAttrInfoEODao.selectCount(qw);
String changeCitedStand = "";
if (StringUtils.isNotBlank(citedStand)) {
String[] beforeReplacedStandNumStr = citedStand.split(",");