master
gaojie 2019-04-24 15:26:29 +08:00
parent 86ea515f78
commit 8579b3c253
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class CdkInfoController {
if (cdkInfo == null){
return "404";
}
SCdkInfo scdkInfo = cdkInfoDao.getScdkInfo(Integer.parseInt(cdkNum));
SCdkInfo scdkInfo = cdkInfoDao.getScdkInfo(cdkInfo.getGoodsId());
if (scdkInfo == null){
return "404";
}