Commit 52070fea by 高晓磊

改个大小写

parent 77d09e5d
......@@ -36,8 +36,8 @@ public class ProductionLineServiceImpl implements ProductionLineService {
}
@Override
public int selectCountByName(String ProductionLineName) {
return productionLineDao.selectCountByName(ProductionLineName);
public int selectCountByName(String productionLineName) {
return productionLineDao.selectCountByName(productionLineName);
}
@Override
......
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