feat: There is no way the,
This commit is contained in:
-3
@@ -668,9 +668,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
|||||||
String standId = result.get(0).getId();
|
String standId = result.get(0).getId();
|
||||||
String field = beUpedField;
|
String field = beUpedField;
|
||||||
String citedStand = sarBussStandAttrInfoEODao.selectFieldValByStandId(field, result.get(0).getId());
|
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 = "";
|
String changeCitedStand = "";
|
||||||
if (StringUtils.isNotBlank(citedStand)) {
|
if (StringUtils.isNotBlank(citedStand)) {
|
||||||
String[] beforeReplacedStandNumStr = citedStand.split(",");
|
String[] beforeReplacedStandNumStr = citedStand.split(",");
|
||||||
|
|||||||
Reference in New Issue
Block a user