合并分支 'dev_20230216' 到 'master'
优化企标导入起草人 查看合并请求 laws-foton-slrs/foton-slrs-system-rest!39
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