Commit 52070fea by 高晓磊

改个大小写

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