@@ -25,6 +25,7 @@ import org.hswebframework.web.commons.entity.Entity;
*
* @author zhouhao
* @see Entity
+ * @see MapperEntityFactory
* @since 3.0
*/
public interface EntityFactory {
@@ -22,7 +22,6 @@ package org.hswebframework.web.entity.config;
import org.hswebframework.web.commons.entity.GenericEntity;
import org.hswebframework.web.commons.entity.RecordCreationEntity;
-import java.util.Date;
import java.util.List;
/**
@@ -45,7 +45,7 @@
</insert>
<delete id="deleteByPk" parameterType="String">
- delete from s_config where u_id =#{id}
+ delete from s_menu where u_id =#{id}
</delete>
<delete id="delete" parameterType="org.hswebframework.web.commons.entity.Entity">
@@ -19,7 +19,6 @@
package org.hswebframework.web.entity.menu;
import org.hswebframework.web.commons.entity.*;
-import org.hswebframework.web.entity.authorization.ActionEntity;