Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 65bc197

Browse files
author
itning
authored
Merge pull request #4 from liwenwen55/master
fileserviceimpl
2 parents dfe35d1 + b52f441 commit 65bc197

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/com/ning/file/service/FileService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public interface FileService {
2121
public List<OrderInfo> getOnameBysubject(String oname) throws FileException;
2222

2323
/**
24-
* 集合用于存储并清楚重复下拉框数据
2524
*
2625
* @return
2726
* @throws FileException

src/main/java/com/ning/file/service/impl/FileServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public List<OrderInfo> getOnameBysubject(String oname) throws FileException {
3333
@Override
3434
public Set<String> getOrderInfoEntity() throws FileException {
3535
List<OrderInfo> orderInfoList = orderoInfoDao.getOrderInfoEntity();
36+
//集合用于存储并清楚重复下拉框数据
3637
Set<String> set = new HashSet<String>();
3738
for (OrderInfo orderInfo : orderInfoList) {
3839
if (orderInfo.getOstate()) {

0 commit comments

Comments
 (0)