updated code
This commit is contained in:
@@ -148,7 +148,7 @@ public class FormDao {
|
|||||||
formEntity = saveFormEntity(formEntity);
|
formEntity = saveFormEntity(formEntity);
|
||||||
return convertFormEntityToFormResponseBean(formEntity);
|
return convertFormEntityToFormResponseBean(formEntity);
|
||||||
}
|
}
|
||||||
return null;
|
return convertFormEntityToFormResponseBean(formEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
public FormEntity validateForm(Long formId) {
|
public FormEntity validateForm(Long formId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user