|
|
@@ -118,7 +118,7 @@ public class BusinessFileServiceImpl implements BusinessFileService {
|
|
118
|
118
|
* @param bid
|
|
119
|
119
|
*/
|
|
120
|
120
|
public void updateFileByFileIdsAndBid(String fileIds, Integer bid,String fileType) {
|
|
121
|
|
- System.out.println(fileIds+"****"+bid+"////"+fileType);
|
|
|
121
|
+ //System.out.println(fileIds+"****"+bid+"////"+fileType);
|
|
122
|
122
|
if (StringUtils.isNotBlank(fileIds) && !"[]".equals(fileIds)) {
|
|
123
|
123
|
BusinessFile businessFile = new BusinessFile();
|
|
124
|
124
|
businessFile.setBid(bid);
|