修改路径

master
jiahuiwen 2021-09-22 19:46:27 +08:00
parent 0b3b307571
commit 1026a22e10
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public class CdkInfoController {
// Window 系统
path = "conf/txt/";
} else {// Linux 系统
path = "./config/txt/";
path = "/data/jieling/gm/config/txt/";
}
List<CdkInfo> cdkInfoList = cdkInfoDao.findCdkUseInfoByGoodsId(goodsId);
path = path + "cdk_" + goodsId + "_" + DateUtil.now() +"_.txt";