Commit 1342aaa6 by 陶光胜

加log

parent ffce6d5f
......@@ -170,7 +170,7 @@ public class StoreController extends DownloadUtils {
List<StoreListSourceVO> list = this.getStoreAllListSource(enterpriseId);
for(StoreListSourceVO vo : list){
if(vo.getChecked().intValue() == 1){
returnFileds += vo.getValue()+",";
returnFileds += "," + vo.getValue();
}
}
}else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment