Commit 265deafd by yao.xiao

指定命名

parent aa2809e6
...@@ -19,7 +19,7 @@ public interface AclFileUploadMapper { ...@@ -19,7 +19,7 @@ public interface AclFileUploadMapper {
int updateByPrimaryKey(AclFileUpload record); int updateByPrimaryKey(AclFileUpload record);
CustomerFileUpload findByTargetTypeAndTargetUseForAndTargetId(Integer targetType, Integer targetUseFor, Long practitionerId); CustomerFileUpload findByTargetTypeAndTargetUseForAndTargetId(@Param("targetType") Integer targetType, @Param("targetUseFor")Integer targetUseFor,@Param("practitionerId") Long practitionerId);
List<AclFileUpload> findByAclFileUpload(AclFileUpload fileUpload); List<AclFileUpload> findByAclFileUpload(AclFileUpload fileUpload);
} }
\ No newline at end of file
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