Commit 3afb7362 authored by tangwei's avatar tangwei

修改吧ug

parent 3851ef01
......@@ -128,7 +128,7 @@ public class PointServiceImpl implements IPointService {
@Override
public void addPointClassifyByPointId(PointClassify pointClassify) {
iPointClassifyDao.saveAndFlush(pointClassify);
iPointClassifyDao.save(pointClassify);
}
......
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