|
@@ -145,7 +145,7 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
* @return
|
|
* @return
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
- public synchronized String saveForm(CwProjectReportData reportData) throws Exception{
|
|
|
|
|
|
+ public String saveForm(CwProjectReportData reportData) throws Exception{
|
|
if (StringUtils.isNotEmpty(reportData.getId())){
|
|
if (StringUtils.isNotEmpty(reportData.getId())){
|
|
|
|
|
|
CwProjectReport report = reportMapper.selectById(reportData.getId());
|
|
CwProjectReport report = reportMapper.selectById(reportData.getId());
|