优化企标导入起草人
This commit is contained in:
+1
-1
@@ -2425,12 +2425,12 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
||||
|
||||
|
||||
String qcrbuss = rowList.get("起草人");
|
||||
if (StringUtils.isNotBlank(qcrbuss)){
|
||||
String[] split3 = qcrbuss.split(",");
|
||||
String account = "";
|
||||
String str = "";
|
||||
String qcr = "";
|
||||
String qcrs = "";
|
||||
if (StringUtils.isNotBlank(qcrbuss)){
|
||||
for (int j = 0; j < split3.length; j++) {
|
||||
str = split3[j];
|
||||
account = tsUserDao.selectByAccount(str);
|
||||
|
||||
Reference in New Issue
Block a user